Interface GeoCache<T extends Cacheable>

Type Parameters:
T - the Cacheable object type
All Known Implementing Classes:
ExpiringGeoCache, NullCache, RedisGeoCache

public interface GeoCache<T extends Cacheable>
An interface for caches that cache data based on geographic locations.
Since:
7.3
Version:
8.1
Author:
Luke