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