Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

1 Answer

up vote 0 down vote accepted

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

share|improve this answer
Thanks that helpful – Harish Jan 17 '12 at 9:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.