Class AgingCache.AgingNullCacheEntry<U extends T>

java.lang.Object
org.deltava.util.cache.CacheEntry<U>
AgingCache<T>.org.deltava.util.cache.AgingCache.AgingCacheEntry<U>
org.deltava.util.cache.AgingCache.AgingNullCacheEntry<U>
Type Parameters:
U - the Cacheable object type
All Implemented Interfaces:
Serializable, Comparable<CacheEntry<U>>
Enclosing class:
AgingCache<T extends Cacheable>

protected class AgingCache.AgingNullCacheEntry<U extends T> extends AgingCache<T>.AgingCacheEntry<U>
A null cache entry for Aging caches.
See Also: