接口的使用
cn.myafx.cache.ICacheKey
使用ICacheKey的程序包
-
cn.myafx.cache中ICacheKey的使用
实现ICacheKey的cn.myafx.cache中的类返回ICacheKey的cn.myafx.cache中的方法参数类型为ICacheKey的cn.myafx.cache中的构造器限定符构造器说明CacheFactory(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory, ICacheKey cacheKey, String prefix, IJsonMapper jsonMapper) -
cn.myafx.cache.base中ICacheKey的使用
参数类型为ICacheKey的cn.myafx.cache.base中的构造器限定符构造器说明GeoCache(String node, String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix) GeoCacheHashCache(String node, String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<TField> fieldClass, Class<TValue> valueClass) HashCacheLinkListCache(String node, String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<T> clazz) LinkListCacheRedisCache(String node, String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix) RedisCacheSetCache(String node, String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<T> clazz) SetCacheSortSetCache(String node, String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<T> clazz) SortSetCacheStringCache(String node, String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<T> clazz) StringCache -
cn.myafx.cache.db中ICacheKey的使用
参数类型为ICacheKey的cn.myafx.cache.db中的构造器限定符构造器说明DataDbCache(String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<T> clazz) DataDbDistributedLockDbCache(String node, String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<T> clazz) StringCacheGeoDbCache(String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix) gps位置信息dbHashDbCache(String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<TField> fieldClass, Class<TValue> valueClass) 哈希dbLinkListDbCache(String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<T> clazz) 链接dbParamDbCache(String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<T> clazz) 常规带参数数据dbSessionDbCache(String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<T> clazz) session数据dbSetDbCache(String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<T> clazz) set集合dbSortSetDbCache(String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<T> clazz) session数据db