类 HashDbCache<TField,TValue>

所有已实现的接口:
IBaseCache, IHashCache<TField,TValue>, IRedisCache, IHashDbCache<TField,TValue>, AutoCloseable

public class HashDbCache<TField,TValue> extends HashCache<TField,TValue> implements IHashDbCache<TField,TValue>
哈希db
  • 构造器详细资料

    • HashDbCache

      public HashDbCache(String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<TField> fieldClass, Class<TValue> valueClass) throws Exception
      哈希db
      参数:
      item - 缓存item
      redisConnection - redis
      cacheKey - ICacheKey
      prefix - 缓存前缀
      fieldClass - TField.class
      valueClass - TValue.class
      抛出:
      Exception