类 GeoCache

所有已实现的接口:
IBaseCache, IGeoCache, IRedisCache, AutoCloseable
直接已知子类:
GeoDbCache

public class GeoCache extends RedisCache implements IGeoCache
  • 构造器详细资料

    • GeoCache

      public GeoCache(String node, String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix) throws Exception
      GeoCache
      参数:
      node - 缓存key配置db节点
      item - 缓存key配置项
      redisConnection - RedisConnection
      cacheKey - ICacheKey
      prefix - 缓存前缀
      抛出:
      Exception
  • 方法详细资料