Package com.landawn.abacus.cache
Class AbstractDistributedCacheClient<T>
java.lang.Object
com.landawn.abacus.cache.AbstractDistributedCacheClient<T>
- Type Parameters:
T-
- All Implemented Interfaces:
DistributedCacheClient<T>
- Direct Known Subclasses:
JRedis,SpyMemcached
public abstract class AbstractDistributedCacheClient<T>
extends Object
implements DistributedCacheClient<T>
- Since:
- 0.8
- Author:
- Haiyang Li
-
Field Summary
Fields inherited from interface com.landawn.abacus.cache.DistributedCacheClient
DEFAULT_TIMEOUT, MEMCACHED, REDIS -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.landawn.abacus.cache.DistributedCacheClient
decr, decr, delete, disconnect, get, incr, incr, set
-
Method Details
-
serverUrl
- Specified by:
serverUrlin interfaceDistributedCacheClient<T>- Returns:
-
getBulk
Gets the bulk.- Specified by:
getBulkin interfaceDistributedCacheClient<T>- Parameters:
keys-- Returns:
- Throws:
UnsupportedOperationException
-
getBulk
Gets the bulk.- Specified by:
getBulkin interfaceDistributedCacheClient<T>- Parameters:
keys-- Returns:
- Throws:
UnsupportedOperationException
-
flushAll
Flush all.- Specified by:
flushAllin interfaceDistributedCacheClient<T>- Throws:
UnsupportedOperationException
-