Package com.helger.commons.cache
-
Interface Summary Interface Description ICache<KEYTYPE,VALUETYPE> Read-only interface for a very simple Map-like cache.IMutableCache<KEYTYPE,VALUETYPE> Interface for a very simple Map-like cache. -
Class Summary Class Description AnnotationUsageCache A simple cache for the usage of a certain annotation class at other classes.Cache<KEYTYPE,VALUETYPE> The default implementation ofICacheandIMutableCache.MappedCache<KEYTYPE,KEYSTORETYPE,VALUETYPE> Base implementation ofICacheandIMutableCache.