Uses of Interface
net.sf.ehcache.store.AuthoritativeTier
-
Packages that use AuthoritativeTier Package Description net.sf.ehcache.store Store package.net.sf.ehcache.store.disk This package contains the disk store. -
-
Uses of AuthoritativeTier in net.sf.ehcache.store
Constructors in net.sf.ehcache.store with parameters of type AuthoritativeTier Constructor Description CacheStore(CachingTier<java.lang.Object,Element> cache, AuthoritativeTier authority)Constructor :PCacheStore(CachingTier<java.lang.Object,Element> cache, AuthoritativeTier authority, CacheConfiguration cacheConfiguration)Deprecated. -
Uses of AuthoritativeTier in net.sf.ehcache.store.disk
Classes in net.sf.ehcache.store.disk that implement AuthoritativeTier Modifier and Type Class Description classDiskStoreImplements a persistent-to-disk store.
-