Class Cache<T extends Cacheable>

java.lang.Object
org.deltava.util.cache.Cache<T>
Type Parameters:
T - the cacheable object type
Direct Known Subclasses:
AgingCache, ExpiringCache, NullCache, RedisCache

public abstract class Cache<T extends Cacheable> extends Object
An an abstract class to store common cache operations. These caches can store null entries to prevent repeated uncached calls for invalid keys.
Since:
1.0
Version:
11.2
Author:
Luke