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 classAdvancedAsyncCacheWriterclassAsyncCacheWriterThe 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 classAdvancedSingletonCacheWriterDeprecated.this writer will be removed in 10.0.classSingletonCacheWriterDeprecated.this writer will be removed in 10.0.
-