Uses of Interface
com.loomcache.client.cache.WriteBehindCache.WriteFlushCallback
Packages that use WriteBehindCache.WriteFlushCallback
-
Uses of WriteBehindCache.WriteFlushCallback in com.loomcache.client.cache
Constructors in com.loomcache.client.cache with parameters of type WriteBehindCache.WriteFlushCallbackModifierConstructorDescriptionWriteBehindCache(WriteBehindCache.WriteBehindConfig config, WriteBehindCache.WriteFlushCallback<K, V> flushCallback) Create a new write-behind cache.