Package org.apache.wicket.markup.html
Class SecurePackageResourceGuard.SimpleCache
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.Boolean>
-
- org.apache.wicket.markup.html.SecurePackageResourceGuard.SimpleCache
-
- All Implemented Interfaces:
java.io.Serializable,java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Boolean>,java.util.Map<java.lang.String,java.lang.Boolean>
- Enclosing class:
- SecurePackageResourceGuard
public static class SecurePackageResourceGuard.SimpleCache extends java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.Boolean>A very simple cache- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.concurrent.ConcurrentHashMap
java.util.concurrent.ConcurrentHashMap.KeySetView<K extends java.lang.Object,V extends java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description SimpleCache(int maxSize)Construct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Booleanput(java.lang.String key, java.lang.Boolean value)-
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, values
-
-
-
-
Method Detail
-
put
public java.lang.Boolean put(java.lang.String key, java.lang.Boolean value)- Specified by:
putin interfacejava.util.Map<java.lang.String,java.lang.Boolean>- Overrides:
putin classjava.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.Boolean>- See Also:
ConcurrentHashMap.put(java.lang.Object, java.lang.Object)
-
-