Class NullCache<T extends Cacheable>

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

public class NullCache<T extends Cacheable> extends Cache<T> implements GeoCache<T>
A cache implementation that does no caching. This is used to ensure that CacheManager never returns null.
Since:
5.0
Version:
7.4
Author:
Luke