|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cache | |
|---|---|
| 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.store | Store package. |
| net.sf.ehcache.store.compound.impl | This package contains the various element proxy factory implementations. |
| 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. |
| Uses of Cache in net.sf.ehcache |
|---|
| Methods in net.sf.ehcache that return Cache | |
|---|---|
Cache |
Cache.clone()
Clones a cache. |
Cache |
CacheManager.getCache(String name)
Returns a concrete implementation of Cache, it it is available in the CacheManager. |
| Methods in net.sf.ehcache with parameters of type Cache | |
|---|---|
void |
CacheManager.addCache(Cache cache)
Adds a Cache to the CacheManager. |
| Constructors in net.sf.ehcache with parameters of type Cache | |
|---|---|
CacheStoreHelper(Cache cache)
Constructor accepting the cache |
|
| Uses of Cache in net.sf.ehcache.config |
|---|
| Methods in net.sf.ehcache.config with parameters of type Cache | |
|---|---|
abstract CacheWriterManager |
CacheWriterConfiguration.WriteMode.createWriterManager(Cache cache)
Create a new WriterManager for a particular cache instance |
| Uses of Cache in net.sf.ehcache.store |
|---|
| Methods in net.sf.ehcache.store that return Cache | |
|---|---|
Cache |
StoreQuery.getCache()
Get the cache this query originated from |
| Uses of Cache in net.sf.ehcache.store.compound.impl |
|---|
| Methods in net.sf.ehcache.store.compound.impl with parameters of type Cache | |
|---|---|
static DiskPersistentStore |
DiskPersistentStore.create(Cache cache,
String diskStorePath)
Creates a persitent-to-disk store for the given cache, using the given disk path. |
static OverflowToDiskStore |
OverflowToDiskStore.create(Cache cache,
String diskStorePath)
Constructs an overflow-to-disk store for the given cache, using the given disk path. |
static MemoryOnlyStore |
MemoryOnlyStore.create(Cache cache,
String diskStorePath)
Constructs an in-memory store for the given cache, using the given disk path. |
| Uses of Cache in net.sf.ehcache.writer |
|---|
| Methods in net.sf.ehcache.writer with parameters of type Cache | |
|---|---|
void |
CacheWriterManager.init(Cache cache)
Initialize the cache writer manager. |
| Uses of Cache in net.sf.ehcache.writer.writebehind |
|---|
| Methods in net.sf.ehcache.writer.writebehind with parameters of type Cache | |
|---|---|
void |
WriteBehindManager.init(Cache cache)
Initialize the cache writer manager. |
| Uses of Cache in net.sf.ehcache.writer.writethrough |
|---|
| Methods in net.sf.ehcache.writer.writethrough with parameters of type Cache | |
|---|---|
void |
WriteThroughManager.init(Cache cache)
Initialize the cache writer manager. |
|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||