Search code examples
ehcachedistributed-caching

using javax.cache.CacheManager with EhCache


I am trying to use javax.cache.CacheManager JSR107 API using EhCache as caching solutioarin provider. But I am unable to find any such resources.

As per the link at http://ehcache.org/documentation/integrations/jsr107 , it says that ehcache jsr107 is still in draft phase. Can any one please confirm if it's still the case?

Any sample code to use net sf cacheManager using JSR107 javax.cache.* classes?

Thanks, Harish


Solution

  • As specified in this page:

    Because JCACHE has not yet been released the JCACHE API that Ehcache implements has been released as net.sf.jsr107cache.

    This effort can be found in the Github repository. If you see JCacheManager implements javax.cache.CacheManager