Uses of Class
org.infinispan.persistence.support.DelegatingCacheWriter
-
Packages that use DelegatingCacheWriter Package Description org.infinispan.persistence.async org.infinispan.persistence.support -
-
Uses of DelegatingCacheWriter in org.infinispan.persistence.async
Subclasses of DelegatingCacheWriter in org.infinispan.persistence.async Modifier and Type Class Description class
AdvancedAsyncCacheWriter
class
AsyncCacheWriter
The AsyncCacheWriter is a delegating CacheStore that buffers changes and writes them asynchronously to the underlying CacheStore. -
Uses of DelegatingCacheWriter in org.infinispan.persistence.support
Subclasses of DelegatingCacheWriter in org.infinispan.persistence.support Modifier and Type Class Description class
AdvancedSingletonCacheWriter
Deprecated.this writer will be removed in 10.0.class
SingletonCacheWriter
Deprecated.this writer will be removed in 10.0.
-