|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CacheEntry in net.sf.jsr107cache |
---|
Methods in net.sf.jsr107cache that return CacheEntry | |
---|---|
CacheEntry |
EvictionStrategy.createEntry(Object key,
Object value,
long ttl)
|
CacheEntry |
Cache.getCacheEntry(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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |