Cache
See: Description
Interface | Description |
---|---|
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 |
Cache