ehcache

Uses of Interface
net.sf.jsr107cache.CacheEntry

Uses of CacheEntry in net.sf.jsr107cache
 

Methods in net.sf.jsr107cache that return CacheEntry
 CacheEntry EvictionStrategy.createEntry(java.lang.Object key, java.lang.Object value, long ttl)
           
 CacheEntry Cache.getCacheEntry(java.lang.Object key)
          Returns the CacheEntry object associated with the object identified by "key".
 

Methods in net.sf.jsr107cache with parameters of type CacheEntry
 void EvictionStrategy.discardEntry(CacheEntry e)
           
 void EvictionStrategy.touchEntry(CacheEntry entry)
           
 


ehcache

true