接口 IValueCache<T>

所有超级接口:
AutoCloseable, IBaseCache, IRedisCache
所有已知子接口:
IDataDbCache<T>, IDistributedLockDbCache<T>, ILinkListCache<T>, ILinkListDbCache<T>, IParamDbCache<T>, ISessionDbCache<T>, ISetCache<T>, ISetDbCache<T>, ISortSetCache<T>, ISortSetDbCache<T>, IStringCache<T>
所有已知实现类:
DataDbCache, DistributedLockDbCache, LinkListCache, LinkListDbCache, ParamDbCache, SessionDbCache, SetCache, SetDbCache, SortSetCache, SortSetDbCache, StringCache

public interface IValueCache<T> extends IRedisCache