|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheWriter | |
---|---|
net.sf.ehcache | This package contains the public API for using ehcache. |
net.sf.ehcache.constructs.blocking | Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. |
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.writebehind.operations | This package contains the operations for the write behind functionalities. |
Uses of CacheWriter in net.sf.ehcache |
---|
Methods in net.sf.ehcache that return CacheWriter | |
---|---|
CacheWriter |
Cache.getRegisteredCacheWriter()
Retrieves the CacheWriter that was registered for this cache. |
CacheWriter |
Ehcache.getRegisteredCacheWriter()
Retrieves the CacheWriter that was registered for this cache. |
Methods in net.sf.ehcache with parameters of type CacheWriter | |
---|---|
void |
Cache.registerCacheWriter(CacheWriter cacheWriter)
Register the CacheWriter for this cache. |
void |
Ehcache.registerCacheWriter(CacheWriter cacheWriter)
Register the CacheWriter for this cache. |
Uses of CacheWriter in net.sf.ehcache.constructs.blocking |
---|
Methods in net.sf.ehcache.constructs.blocking that return CacheWriter | |
---|---|
CacheWriter |
BlockingCache.getRegisteredCacheWriter()
Retrieves the CacheWriter that was registered for this cache. |
Methods in net.sf.ehcache.constructs.blocking with parameters of type CacheWriter | |
---|---|
void |
BlockingCache.registerCacheWriter(CacheWriter cacheWriter)
Register the CacheWriter for this cache. |
Uses of CacheWriter in net.sf.ehcache.writer |
---|
Classes in net.sf.ehcache.writer that implement CacheWriter | |
---|---|
class |
AbstractCacheWriter
A convenience abstract base class that implements all CacheWriter methods. |
Methods in net.sf.ehcache.writer that return CacheWriter | |
---|---|
CacheWriter |
AbstractCacheWriter.clone(Ehcache cache)
Creates a clone of this writer. |
CacheWriter |
CacheWriter.clone(Ehcache cache)
Creates a clone of this writer. |
abstract CacheWriter |
CacheWriterFactory.createCacheWriter(Ehcache cache,
java.util.Properties properties)
Creates a CacheWriter using the Ehcache configuration mechanism at the time the associated cache is created. |
Uses of CacheWriter in net.sf.ehcache.writer.writebehind |
---|
Methods in net.sf.ehcache.writer.writebehind with parameters of type CacheWriter | |
---|---|
void |
WriteBehind.start(CacheWriter writer)
Start the write behind queue with a cache writer |
void |
WriteBehindQueue.start(CacheWriter writer)
Start the write behind queue with a cache writer |
Uses of CacheWriter in net.sf.ehcache.writer.writebehind.operations |
---|
Methods in net.sf.ehcache.writer.writebehind.operations with parameters of type CacheWriter | |
---|---|
void |
BatchOperation.performBatchOperation(CacheWriter cacheWriter)
Perform the batch operation for a particular batch writer |
void |
WriteAllOperation.performBatchOperation(CacheWriter cacheWriter)
Perform the batch operation for a particular batch writer |
void |
DeleteAllOperation.performBatchOperation(CacheWriter cacheWriter)
Perform the batch operation for a particular batch writer |
void |
DeleteOperation.performSingleOperation(CacheWriter cacheWriter)
Perform this operation as a single execution with the provided cache writer |
void |
SingleOperation.performSingleOperation(CacheWriter cacheWriter)
Perform this operation as a single execution with the provided cache writer |
void |
WriteOperation.performSingleOperation(CacheWriter cacheWriter)
Perform this operation as a single execution with the provided cache writer |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |