Class ExpiringGeoCache<T extends Cacheable>

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

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