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