public class RestSecurityConfigurationCache<K,V>
extends java.util.LinkedHashMap<K,V>
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
RestSecurityConfigurationCache(int size)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getMaxSize()  | 
protected boolean | 
removeEldestEntry(java.util.Map.Entry eldest)  | 
void | 
setMaxSize(int pMaxSize)
Sets property MaxSize 
 | 
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic RestSecurityConfigurationCache(int size)
size - initial sizeloadFactor - load factor