Class ExpiringCache<T extends Cacheable>

java.lang.Object
org.deltava.util.cache.Cache<T>
org.deltava.util.cache.ExpiringCache<T>
Type Parameters:
T - the Cacheable object type
Direct Known Subclasses:
ExpiringGeoCache

public class ExpiringCache<T extends Cacheable> extends Cache<T>
An object cache that supports expiration dates.
Since:
1.0
Version:
11.0
Author:
Luke