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>
A null cache entry for expiring caches.
- Since:
- 1.0
- Version:
- 11.0
- 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.ExpiringCacheEntry
isExpired
Methods inherited from class org.deltava.util.cache.CacheEntry
compareTo, get, getKey
-
Constructor Details
-
ExpiringNullCacheEntry
-
-
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>
-