ehcache

Uses of Class
net.sf.ehcache.store.AbstractPolicy

Packages that use AbstractPolicy
net.sf.ehcache.store Store package. 
 

Uses of AbstractPolicy in net.sf.ehcache.store
 

Subclasses of AbstractPolicy in net.sf.ehcache.store
 class FifoPolicy
          Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions.
 class LfuPolicy
          Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions.
 class LruPolicy
          Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions.
 


ehcache

Copyright 2001-2016, Terracotta, Inc.