类 GeoDbCache

所有已实现的接口:
IBaseCache, IGeoCache, IRedisCache, IGeoDbCache, AutoCloseable

public class GeoDbCache extends GeoCache implements IGeoDbCache
gps位置信息db
  • 构造器详细资料

    • GeoDbCache

      public GeoDbCache(String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix) throws Exception
      gps位置信息db
      参数:
      item - 缓存item
      redisConnection - redis
      cacheKey - ICacheKey
      prefix - 缓存前缀
      抛出:
      Exception