Uses of Class
com.helger.commons.annotation.MustBeLocked
-
Packages that use MustBeLocked Package Description com.helger.commons.cache com.helger.commons.id.factory -
-
Uses of MustBeLocked in com.helger.commons.cache
Methods in com.helger.commons.cache with annotations of type MustBeLocked Modifier and Type Method Description protected Wrapper<VALUETYPE>MappedCache. getFromCacheNoStatsNotLocked(KEYSTORETYPE aCacheKey)protected voidMappedCache. putInCacheNotLocked(KEYSTORETYPE aCacheKey, Wrapper<VALUETYPE> aCacheValue)Put a new value into the cache. -
Uses of MustBeLocked in com.helger.commons.id.factory
Methods in com.helger.commons.id.factory with annotations of type MustBeLocked Modifier and Type Method Description protected intFileIntIDFactory. readAndUpdateIDCounter(int nReserveCount)
-