ehcache

Uses of Class
net.sf.ehcache.store.disk.DiskStore

Packages that use DiskStore
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
protected  DiskStore Cache.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
protected  DiskStore DiskStorageFactory.store
          The store bound to this factory.
 

Methods in net.sf.ehcache.store.disk that return DiskStore
static DiskStore DiskStore.create(Cache cache)
          Creates a persitent-to-disk store for the given cache, using the given disk path.
static DiskStore DiskStore.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
 void DiskStorageFactory.bind(DiskStore store)
          Bind a store instance to this factory.
 


ehcache

Copyright 2001-2015, Terracotta, Inc.