Uses of Class
net.sf.ehcache.store.AbstractPolicy
-
Packages that use AbstractPolicy Package Description net.sf.ehcache.store Store package. -
-
Uses of AbstractPolicy in net.sf.ehcache.store
Subclasses of AbstractPolicy in net.sf.ehcache.store Modifier and Type Class Description classFifoPolicyContains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions.classLfuPolicyContains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions.classLruPolicyContains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions.
-