Uses of Interface
net.sf.ehcache.writer.CacheWriter
-
Packages that use CacheWriter Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.constructs The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns.net.sf.ehcache.constructs.classloader ClassLoader contstructs packagenet.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 Modifier and Type Method Description CacheWriterCache. getRegisteredCacheWriter()Retrieves theCacheWriterthat was registered for this cache.CacheWriterEhcache. getRegisteredCacheWriter()Retrieves theCacheWriterthat was registered for this cache.Methods in net.sf.ehcache with parameters of type CacheWriter Modifier and Type Method Description voidCache. registerCacheWriter(CacheWriter cacheWriter)Register theCacheWriterfor this cache.voidEhcache. registerCacheWriter(CacheWriter cacheWriter)Register theCacheWriterfor this cache. -
Uses of CacheWriter in net.sf.ehcache.constructs
Methods in net.sf.ehcache.constructs that return CacheWriter Modifier and Type Method Description CacheWriterEhcacheDecoratorAdapter. getRegisteredCacheWriter()Retrieves theCacheWriterthat was registered for this cache.Methods in net.sf.ehcache.constructs with parameters of type CacheWriter Modifier and Type Method Description voidEhcacheDecoratorAdapter. registerCacheWriter(CacheWriter cacheWriter)Register theCacheWriterfor this cache. -
Uses of CacheWriter in net.sf.ehcache.constructs.classloader
Methods in net.sf.ehcache.constructs.classloader that return CacheWriter Modifier and Type Method Description CacheWriterClassLoaderAwareCache. getRegisteredCacheWriter()Retrieves theCacheWriterthat was registered for this cache.Methods in net.sf.ehcache.constructs.classloader with parameters of type CacheWriter Modifier and Type Method Description voidClassLoaderAwareCache. registerCacheWriter(CacheWriter arg0)Register theCacheWriterfor this cache. -
Uses of CacheWriter in net.sf.ehcache.writer
Classes in net.sf.ehcache.writer that implement CacheWriter Modifier and Type Class Description classAbstractCacheWriterA convenience abstract base class that implements allCacheWritermethods.Methods in net.sf.ehcache.writer that return CacheWriter Modifier and Type Method Description CacheWriterAbstractCacheWriter. clone(Ehcache cache)Creates a clone of this writer.CacheWriterCacheWriter. clone(Ehcache cache)Creates a clone of this writer.abstract CacheWriterCacheWriterFactory. 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 Modifier and Type Method Description voidAbstractWriteBehindQueue. start(CacheWriter writer)Start the write behind queue with a cache writervoidNonStopWriteBehind. start(CacheWriter writerParam)voidWriteBehind. start(CacheWriter writer)Start the write behind queue with a cache writervoidWriteBehindQueueManager. 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 Modifier and Type Method Description voidBatchOperation. performBatchOperation(CacheWriter cacheWriter)Perform the batch operation for a particular batch writervoidDeleteAllOperation. performBatchOperation(CacheWriter cacheWriter)Perform the batch operation for a particular batch writervoidWriteAllOperation. performBatchOperation(CacheWriter cacheWriter)Perform the batch operation for a particular batch writervoidDeleteOperation. performSingleOperation(CacheWriter cacheWriter)Perform this operation as a single execution with the provided cache writervoidSingleOperation. performSingleOperation(CacheWriter cacheWriter)Perform this operation as a single execution with the provided cache writervoidWriteOperation. performSingleOperation(CacheWriter cacheWriter)Perform this operation as a single execution with the provided cache writervoidDeleteOperation. throwAway(CacheWriter cacheWriter, java.lang.RuntimeException e)Called when all retries have failedvoidSingleOperation. throwAway(CacheWriter cacheWriter, java.lang.RuntimeException e)Called when all retries have failedvoidWriteOperation. throwAway(CacheWriter cacheWriter, java.lang.RuntimeException e)Called when all retries have failed
-