You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Apostolos Giannakidis (JIRA)" <ji...@apache.org> on 2014/01/31 12:56:08 UTC

[jira] [Created] (GORA-295) Dynamic support for Cache Providers such as Ehcache

Apostolos Giannakidis created GORA-295:
------------------------------------------

             Summary: Dynamic support for Cache Providers such as Ehcache
                 Key: GORA-295
                 URL: https://issues.apache.org/jira/browse/GORA-295
             Project: Apache Gora
          Issue Type: New Feature
            Reporter: Apostolos Giannakidis
            Priority: Minor


Gora should be able to support external Cache Providers, such as Ehcache. MemStore would be the first candidate to use the Cache Provider but ideally caching should be independent from the back-end datastore module. So, users can combine the back-end datastore of their choice with the Caching Provider of their choice. The caching module should be dynamic in the sense that different Cache Providers may be supported.

Benefits for Gora: 
1) Caching may provide significant performance improvements
2) Integrate with Ehcache; Java's most widely-used Cache (fast, simple to use, small foot print)

Ehcache is under the Apache 2.0 license.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)