Package net.sf.ehcache.writer
This package contains the cache writer functionalities.
-
Interface Summary Interface Description CacheWriter A CacheWriter is an interface used for write-through and write-behind caching to a underlying resource.CacheWriterManager ACacheWriterManagercoordinates how element are written to a back-end store. -
Class Summary Class Description AbstractCacheWriter A convenience abstract base class that implements allCacheWritermethods.CacheWriterFactory An abstract factory for creating cache writers. -
Exception Summary Exception Description CacheWriterManagerException An exception specifically for throwing exceptions that happen with aCacheWriterManagerimplementation.