ehcache

Uses of Interface
net.sf.jsr107cache.Cache

Uses of Cache in net.sf.jsr107cache
 

Methods in net.sf.jsr107cache that return Cache
 Cache CacheFactory.createCache(Map env)
          creates a new implementation specific Cache object using the env parameters.
 Cache CacheManager.getCache(String cacheName)
           
 

Methods in net.sf.jsr107cache with parameters of type Cache
 Map EvictionStrategy.evict(Cache c)
           
 void CacheManager.registerCache(String cacheName, Cache cache)
           
 


ehcache

true