Uses of Interface
net.sf.ehcache.store.Policy
-
Packages that use Policy Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.store Store package.net.sf.ehcache.store.cachingtier Contains the caching tier implementationsnet.sf.ehcache.store.disk This package contains the disk store.net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. -
-
Uses of Policy in net.sf.ehcache
Methods in net.sf.ehcache that return Policy Modifier and Type Method Description PolicyCache. getMemoryStoreEvictionPolicy()Methods in net.sf.ehcache with parameters of type Policy Modifier and Type Method Description voidCache. setMemoryStoreEvictionPolicy(Policy policy)Sets the eviction policy strategy. -
Uses of Policy in net.sf.ehcache.store
Classes in net.sf.ehcache.store that implement Policy Modifier and Type Class Description classAbstractPolicyA base policy classclassFifoPolicyContains 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.Methods in net.sf.ehcache.store that return Policy Modifier and Type Method Description PolicyCachingTier. getEvictionPolicy()Deprecated.PolicyLruMemoryStore. getEvictionPolicy()PolicyCacheStore. getInMemoryEvictionPolicy()PolicyElementIdAssigningStore. getInMemoryEvictionPolicy()PolicyLegacyStoreWrapper. getInMemoryEvictionPolicy()PolicyLruMemoryStore. getInMemoryEvictionPolicy()PolicyMemoryStore. getInMemoryEvictionPolicy()PolicyStore. getInMemoryEvictionPolicy()Methods in net.sf.ehcache.store with parameters of type Policy Modifier and Type Method Description voidCachingTier. setEvictionPolicy(Policy policy)Deprecated.voidLruMemoryStore. setEvictionPolicy(Policy policy)Sets the eviction policy strategy.voidCacheStore. setInMemoryEvictionPolicy(Policy policy)voidElementIdAssigningStore. setInMemoryEvictionPolicy(Policy policy)Sets the eviction policy strategy.voidLegacyStoreWrapper. setInMemoryEvictionPolicy(Policy policy)Sets the eviction policy strategy.voidLruMemoryStore. setInMemoryEvictionPolicy(Policy policy)Sets the eviction policy strategy.voidMemoryStore. setInMemoryEvictionPolicy(Policy policy)Sets the eviction policy strategy.voidStore. setInMemoryEvictionPolicy(Policy policy)Sets the eviction policy strategy. -
Uses of Policy in net.sf.ehcache.store.cachingtier
Methods in net.sf.ehcache.store.cachingtier that return Policy Modifier and Type Method Description PolicyOnHeapCachingTier. getEvictionPolicy()PolicyCountBasedBackEnd. getPolicy()PolicyHeapCacheBackEnd. getPolicy()Deprecated.PolicyPooledBasedBackEnd. getPolicy()Methods in net.sf.ehcache.store.cachingtier with parameters of type Policy Modifier and Type Method Description voidOnHeapCachingTier. setEvictionPolicy(Policy policy)voidCountBasedBackEnd. setPolicy(Policy policy)Dynamic property to switch the policy outvoidHeapCacheBackEnd. setPolicy(Policy policy)Deprecated.voidPooledBasedBackEnd. setPolicy(Policy policy)Dynamic property to switch the policy outConstructors in net.sf.ehcache.store.cachingtier with parameters of type Policy Constructor Description CountBasedBackEnd(long maxEntriesLocalHeap, Policy policy)Constructs a cap'ed backendPooledBasedBackEnd(Policy memoryEvictionPolicy)Constructs a Pooled backend -
Uses of Policy in net.sf.ehcache.store.disk
Methods in net.sf.ehcache.store.disk that return Policy Modifier and Type Method Description PolicyDiskStore. getInMemoryEvictionPolicy()Methods in net.sf.ehcache.store.disk with parameters of type Policy Modifier and Type Method Description voidDiskStore. setInMemoryEvictionPolicy(Policy policy)Sets the eviction policy strategy. -
Uses of Policy in net.sf.ehcache.transaction
Methods in net.sf.ehcache.transaction that return Policy Modifier and Type Method Description PolicyAbstractTransactionStore. getInMemoryEvictionPolicy()Methods in net.sf.ehcache.transaction with parameters of type Policy Modifier and Type Method Description voidAbstractTransactionStore. setInMemoryEvictionPolicy(Policy policy)Sets the eviction policy strategy.
-