Uses of Interface
com.landawn.abacus.cache.DistributedCacheClient
Packages that use DistributedCacheClient
-
Uses of DistributedCacheClient in com.landawn.abacus.cache
Classes in com.landawn.abacus.cache that implement DistributedCacheClientMethods in com.landawn.abacus.cache with parameters of type DistributedCacheClientModifier 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.