Class RedisGeoCache<T extends Cacheable>

java.lang.Object
org.deltava.util.cache.Cache<T>
org.deltava.util.cache.RedisCache<T>
org.deltava.util.cache.RedisGeoCache<T>
Type Parameters:
T - the Cacheable object type
All Implemented Interfaces:
GeoCache<T>

public class RedisGeoCache<T extends Cacheable> extends RedisCache<T> implements GeoCache<T>
A cache to store geographic lookups in Redis. Lat/long coordinates are automatically reduced to a set number of decimal places.
Since:
7.3
Version:
7.4
Author:
Luke