Class AgingCache.AgingNullCacheEntry<U extends T>

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.
Since:
1.0
Version:
7.2
Author:
Luke
See Also:
  • Constructor Details

    • AgingNullCacheEntry

      AgingNullCacheEntry()
  • Method Details