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 org.deltava.util.cache.CacheEntry
_createExpire
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.deltava.util.cache.CacheEntry
compareTo, get, getKey
-
Constructor Details
-
AgingNullCacheEntry
AgingNullCacheEntry()
-
-
Method Details
-
toString
Description copied from class:CacheEntry
Returns the string representation of the cache key.- Overrides:
toString
in classCacheEntry<U extends T>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCacheEntry<U extends T>
-