Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
net.sf.ehcache.event |
This package contains interfaces and classes for listening to events.
|
net.sf.ehcache.store |
Store package.
|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
net.sf.ehcache.writer |
This package contains the cache writer functionalities.
|
net.sf.ehcache.writer.writebehind |
This package contains the write behind functionalities.
|
net.sf.ehcache.writer.writethrough |
This package contains the write through functionalities.
|
Modifier and Type | Method and Description |
---|---|
Cache |
Cache.clone()
Clones a cache.
|
Cache |
CacheManager.getCache(String name)
Returns a concrete implementation of Cache, it it is available in the CacheManager.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheManager.addCache(Cache cache)
Adds a
Cache to the CacheManager. |
Store |
FeaturesManager.createStore(Cache cache,
Pool onHeapPool,
Pool onDiskPool)
Create a store for the given cache.
|
WriteBehind |
FeaturesManager.createWriteBehind(Cache cache)
Create a WriteBehind instance for the given cache.
|
Constructor and Description |
---|
CacheStoreHelper(Cache cache)
Constructor accepting the cache
|
Modifier and Type | Method and Description |
---|---|
abstract CacheWriterManager |
CacheWriterConfiguration.WriteMode.createWriterManager(Cache cache,
Store store)
Create a new
WriterManager for a particular cache instance |
Constructor and Description |
---|
RegisteredEventListeners(Cache cache)
Constructs a new notification service
|
Modifier and Type | Method and Description |
---|---|
Cache |
StoreQuery.getCache()
Get the cache this query originated from
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheWriterManager.init(Cache cache)
Initialize the cache writer manager.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteBehindManager.init(Cache cache)
Initialize the cache writer manager.
|
Constructor and Description |
---|
WriteBehindManager(Cache cache,
Store store)
Create using the given cache.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteThroughManager.init(Cache cache)
Initialize the cache writer manager.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.