Package org.ehcache.spi.loaderwriter

Package holding the loader/writer API for a Cache

See:
          Description

Interface Summary
CacheLoaderWriter<K,V> A CacheLoaderWriter is associated with a given Cache instance and will be used to keep it in sync with another system.
CacheLoaderWriterProvider A factory Service that will create CacheLoaderWriter instances for a given Cache managed by a CacheManager The CacheManager will request an instance of this Class prior to creating any Cache instances.
WriteBehindConfiguration WriteBehindConfiguration
WriteBehindConfiguration.BatchingConfiguration BatchingConfiguration
WriteBehindProvider  
 

Package org.ehcache.spi.loaderwriter Description

Package holding the loader/writer API for a Cache