Uses of Class
net.sf.ehcache.store.disk.DiskStore
-
Packages that use DiskStore Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.store.disk This package contains the disk store. -
-
Uses of DiskStore in net.sf.ehcache
Methods in net.sf.ehcache that return DiskStore Modifier and Type Method Description protected DiskStoreCache. createDiskStore()Creates a disk store when either: overflowToDisk is enabled diskPersistent is enabled -
Uses of DiskStore in net.sf.ehcache.store.disk
Fields in net.sf.ehcache.store.disk declared as DiskStore Modifier and Type Field Description protected DiskStoreDiskStorageFactory. storeThe store bound to this factory.Methods in net.sf.ehcache.store.disk that return DiskStore Modifier and Type Method Description static DiskStoreDiskStore. create(Cache cache)Creates a persitent-to-disk store for the given cache, using the given disk path.static DiskStoreDiskStore. create(Ehcache cache, Pool onHeapPool, Pool onDiskPool)Creates a persitent-to-disk store for the given cache, using the given disk path.Methods in net.sf.ehcache.store.disk with parameters of type DiskStore Modifier and Type Method Description voidDiskStorageFactory. bind(DiskStore store)Bind a store instance to this factory.
-