ehcache

net.sf.jsr107cache
Interface EvictionStrategy


public interface EvictionStrategy


Method Summary
 void clear()
           
 CacheEntry createEntry(Object key, Object value, long ttl)
           
 void discardEntry(CacheEntry e)
           
 Map evict(Cache c)
           
 void touchEntry(CacheEntry entry)
           
 

Method Detail

createEntry

CacheEntry createEntry(Object key,
                       Object value,
                       long ttl)

discardEntry

void discardEntry(CacheEntry e)

touchEntry

void touchEntry(CacheEntry entry)

clear

void clear()

evict

Map evict(Cache c)

ehcache

true