Uses of Interface
com.helger.commons.cache.ICache
-
Packages that use ICache Package Description com.helger.commons.cache com.helger.commons.datetime com.helger.commons.regex -
-
Uses of ICache in com.helger.commons.cache
Subinterfaces of ICache in com.helger.commons.cache Modifier and Type Interface Description interfaceIMutableCache<KEYTYPE,VALUETYPE>Interface for a very simple Map-like cache.Classes in com.helger.commons.cache that implement ICache Modifier and Type Class Description classCache<KEYTYPE,VALUETYPE>The default implementation ofICacheandIMutableCache.classMappedCache<KEYTYPE,KEYSTORETYPE,VALUETYPE>Base implementation ofICacheandIMutableCache. -
Uses of ICache in com.helger.commons.datetime
Classes in com.helger.commons.datetime that implement ICache Modifier and Type Class Description classDateTimeFormatterCacheThis class provides a cache forDateTimeFormatterinstances.static classPDTFormatter.LocalizedDateFormatCacheThis class caches the compiled patterns for localized date and time formatter. -
Uses of ICache in com.helger.commons.regex
Classes in com.helger.commons.regex that implement ICache Modifier and Type Class Description classRegExCacheThis class provides a cached for compiled regular expressions.
-