Uses of Interface
com.helger.commons.cache.ICache
Packages that use ICache
-
Uses of ICache in com.helger.commons.cache
Subinterfaces of ICache in com.helger.commons.cacheModifier and TypeInterfaceDescriptioninterfaceIMutableCache<KEYTYPE,VALUETYPE> Interface for a very simple Map-like cache.Classes in com.helger.commons.cache that implement ICacheModifier and TypeClassDescriptionclassCache<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 ICacheModifier and TypeClassDescriptionfinal classThis class provides a cache forDateTimeFormatterinstances.static final classThis 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 ICacheModifier and TypeClassDescriptionfinal classThis class provides a cached for compiled regular expressions.