| Package | Description |
|---|---|
| com.helger.commons.cache | |
| com.helger.commons.wrapper |
| Modifier and Type | Method and Description |
|---|---|
protected Wrapper<VALUETYPE> |
MappedCache.getFromCacheNoStats(KEYSTORETYPE aCacheKey) |
protected Wrapper<VALUETYPE> |
MappedCache.getFromCacheNoStatsNotLocked(KEYSTORETYPE aCacheKey) |
| Modifier and Type | Method and Description |
|---|---|
protected ICommonsMap<KEYSTORETYPE,Wrapper<VALUETYPE>> |
MappedCache.createCache()
Create a new cache map.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MappedCache.putInCacheNotLocked(KEYSTORETYPE aCacheKey,
Wrapper<VALUETYPE> aCacheValue)
Put a new value into the cache.
|
| Modifier and Type | Method and Description |
|---|---|
Wrapper<DATATYPE> |
Wrapper.getClone() |
Copyright © 2014–2020 Philip Helger. All rights reserved.