[infinispan-issues] [JBoss JIRA] (ISPN-5154) Make JCacheManager/JCache more reusable

Paul Ferraro (JIRA) issues at jboss.org
Thu Jan 15 11:21:49 EST 2015


Paul Ferraro created ISPN-5154:
----------------------------------

             Summary: Make JCacheManager/JCache more reusable
                 Key: ISPN-5154
                 URL: https://issues.jboss.org/browse/ISPN-5154
             Project: Infinispan
          Issue Type: Enhancement
          Components: JCache
    Affects Versions: 7.1.0.Beta1
            Reporter: Paul Ferraro


I've been looking into adding a cache subsystem to WildFly for jsr-107 integration.  WildFly will need to implement its own CachingProvider that supplies custom CacheManager implementations, but I'd like to reuse as much of Infinispan's JCache implementation as possible.  There are at least 2 issues preventing me from doing this:

# JCache's constructor accepts a JCacheManager, but doesn't require any special methods.  The generic interface could be used instead - thus allowing WildFly to create a JCache using its own CacheManager.
# WildFly will want to customize specific behavior of Infinispan's JCache implementation, which becomes difficult since JCache is a final class.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the infinispan-issues mailing list