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.
|
Modifier and Type | Method and Description |
---|---|
protected DiskStore |
Cache.createDiskStore()
Creates a disk store when either:
overflowToDisk is enabled
diskPersistent is enabled
|
Modifier and Type | Field and Description |
---|---|
protected DiskStore |
DiskStorageFactory.store
The store bound to this factory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DiskStorageFactory.bind(DiskStore store)
Bind a store instance to this factory.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.