Class ExpiringCache.ExpiringNullCacheEntry<U extends T>

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

protected class ExpiringCache.ExpiringNullCacheEntry<U extends T> extends ExpiringCacheEntry<U>
A null cache entry for expiring caches.
See Also: