ehcache

Uses of Class
net.sf.ehcache.jcache.JCache

Packages that use JCache
net.sf.ehcache This package contains the public API for using ehcache. 
 

Uses of JCache in net.sf.ehcache
 

Methods in net.sf.ehcache that return JCache
 JCache CacheManager.getJCache(java.lang.String name)
          Gets a draft JSR107 spec JCache.
 

Methods in net.sf.ehcache with parameters of type JCache
 void CacheManager.addCache(JCache jCache)
          Adds a Cache to the CacheManager.
 void CacheManager.replaceEhcacheWithJCache(Ehcache ehcache, JCache jCache)
          Replaces in the map of Caches managed by this CacheManager an Ehcache with a JCache decorated version of the same (see Ehcache equals method) Ehcache, in a single synchronized method.
 


ehcache