Uses of Interface
org.apache.commons.ognl.internal.Cache
Packages that use Cache
-
Uses of Cache in org.apache.commons.ognl
Fields in org.apache.commons.ognl declared as CacheModifier and TypeFieldDescriptionprivate final Cache
<Constructor<?>, Class<?>[]> OgnlCache._ctorParameterTypesCache
private final Cache
<GenericMethodParameterTypeCacheEntry, Class<?>[]> OgnlCache._genericMethodParameterTypesCache
private final Cache
<PermissionCacheEntry, Permission> OgnlCache._invokePermissionCache
private final Cache
<Method, MethodAccessEntryValue> OgnlCache._methodAccessCache
OgnlCache._methodCache
OgnlCache._methodParameterTypesCache
OgnlCache._methodPermCache
-
Uses of Cache in org.apache.commons.ognl.internal
Subinterfaces of Cache in org.apache.commons.ognl.internalModifier and TypeInterfaceDescriptioninterface
ClassCache<V>
This is a highly specialized map for storing values keyed by Class objects.Classes in org.apache.commons.ognl.internal that implement CacheModifier and TypeClassDescriptionclass
Implementation ofClassCache
.class
class
class
HashMapCache<K,
V> class
class
class
Methods in org.apache.commons.ognl.internal that return CacheModifier and TypeMethodDescription<K,
V> Cache <K, V> CacheFactory.createCache
(CacheEntryFactory<K, V> entryFactory) <K,
V> Cache <K, V> ConcurrentHashMapCacheFactory.createCache
(CacheEntryFactory<K, V> entryFactory) <K,
V> Cache <K, V> HashMapCacheFactory.createCache
(CacheEntryFactory<K, V> entryFactory) <K,
V> Cache <K, V> ReentrantReadWriteLockCacheFactory.createCache
(CacheEntryFactory<K, V> entryFactory)