Uses of Class
com.helger.commons.wrapper.Wrapper
Packages that use Wrapper
-
Uses of Wrapper in com.helger.commons.cache
Methods in com.helger.commons.cache that return WrapperModifier and TypeMethodDescriptionMappedCache.getFromCacheNoStats(KEYSTORETYPE aCacheKey) MappedCache.getFromCacheNoStatsNotLocked(KEYSTORETYPE aCacheKey) Methods in com.helger.commons.cache that return types with arguments of type WrapperModifier and TypeMethodDescriptionprotected ICommonsMap<KEYSTORETYPE, Wrapper<VALUETYPE>> MappedCache.createCache()Create a new cache map.Methods in com.helger.commons.cache with parameters of type WrapperModifier and TypeMethodDescriptionprotected final 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