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 
 | 
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuespublic RestSecurityConfigurationCache(int size)
size - initial sizeloadFactor - load factor