Class Cache<KEYTYPE,VALUETYPE>

java.lang.Object
com.helger.commons.cache.MappedCache<KEYTYPE,KEYTYPE,VALUETYPE>
com.helger.commons.cache.Cache<KEYTYPE,VALUETYPE>
Type Parameters:
KEYTYPE - The cache key type
VALUETYPE - The cache value type
All Implemented Interfaces:
ICache<KEYTYPE,VALUETYPE>, IMutableCache<KEYTYPE,VALUETYPE>, IHasSize, IHasName
Direct Known Subclasses:
DateTimeFormatterCache, PDTFormatter.LocalizedDateFormatCache, RegExCache

@ThreadSafe public class Cache<KEYTYPE,VALUETYPE> extends MappedCache<KEYTYPE,KEYTYPE,VALUETYPE>
The default implementation of ICache and IMutableCache. Since v9.3.8 this class is based on MappedCache.
Author:
Philip Helger