Uses of Interface
com.helger.commons.cache.IMutableCache
-
Packages that use IMutableCache Package Description com.helger.commons.cache com.helger.commons.datetime com.helger.commons.regex -
-
Uses of IMutableCache in com.helger.commons.cache
Classes in com.helger.commons.cache that implement IMutableCache Modifier and Type Class Description classCache<KEYTYPE,VALUETYPE>The default implementation ofICacheandIMutableCache.classMappedCache<KEYTYPE,KEYSTORETYPE,VALUETYPE>Base implementation ofICacheandIMutableCache. -
Uses of IMutableCache in com.helger.commons.datetime
Classes in com.helger.commons.datetime that implement IMutableCache 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 IMutableCache in com.helger.commons.regex
Classes in com.helger.commons.regex that implement IMutableCache Modifier and Type Class Description classRegExCacheThis class provides a cached for compiled regular expressions.
-