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.
- Since:
- 1.0
- Version:
- 7.2
- Author:
- Luke
- See Also:
-
Field Summary
Fields inherited from class CacheEntry
_createExpire -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CacheEntry
compareTo, get, getKey
-
Constructor Details
-
AgingNullCacheEntry
AgingNullCacheEntry()
-
-
Method Details
-
toString
Description copied from class:CacheEntryReturns the string representation of the cache key.- Overrides:
toStringin classCacheEntry<U extends T>
-
hashCode
public int hashCode()- Overrides:
hashCodein classCacheEntry<U extends T>
-