Uses of Class
com.helger.commons.wrapper.Wrapper
-
Packages that use Wrapper Package Description com.helger.commons.cache com.helger.commons.wrapper -
-
Uses of Wrapper in com.helger.commons.cache
Methods in com.helger.commons.cache that return Wrapper Modifier and Type Method Description protected Wrapper<VALUETYPE>MappedCache. getFromCacheNoStats(KEYSTORETYPE aCacheKey)protected Wrapper<VALUETYPE>MappedCache. getFromCacheNoStatsNotLocked(KEYSTORETYPE aCacheKey)Methods in com.helger.commons.cache that return types with arguments of type Wrapper Modifier and Type Method Description protected ICommonsMap<KEYSTORETYPE,Wrapper<VALUETYPE>>MappedCache. createCache()Create a new cache map.Methods in com.helger.commons.cache with parameters of type Wrapper Modifier and Type Method Description protected voidMappedCache. putInCacheNotLocked(KEYSTORETYPE aCacheKey, Wrapper<VALUETYPE> aCacheValue)Put a new value into the cache. -
Uses of Wrapper in com.helger.commons.wrapper
Methods in com.helger.commons.wrapper that return Wrapper Modifier and Type Method Description Wrapper<DATATYPE>Wrapper. getClone()
-