Class AgingCache<T extends Cacheable>

java.lang.Object
org.deltava.util.cache.Cache<T>
org.deltava.util.cache.AgingCache<T>
Type Parameters:
T - the Cacheable object type

public class AgingCache<T extends Cacheable> extends Cache<T>
An object cache that supports creation dates. The major difference between this cache and a ExpiringCache is that this cache does not purge an entry until the cache overflows, whereas an ExpiringCache invalidates data based on age.
Since:
1.0
Version:
7.2
Author:
Luke