Uses of Class
com.landawn.abacus.cache.DistributedCache
Packages that use DistributedCache
-
Uses of DistributedCache in com.landawn.abacus.cache
Methods in com.landawn.abacus.cache that return DistributedCacheModifier and TypeMethodDescriptionstatic <K,V> DistributedCache<K, V> CacheFactory.createDistributedCache(DistributedCacheClient<V> dcc) Creates a new Cache object.static <K,V> DistributedCache<K, V> CacheFactory.createDistributedCache(DistributedCacheClient<V> dcc, String keyPrefix) Creates a new Cache object.static <K,V> DistributedCache<K, V> CacheFactory.createDistributedCache(DistributedCacheClient<V> dcc, String keyPrefix, int maxFailedNumForRetry, long retryDelay) Creates a new Cache object.