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._ctorParameterTypesCacheprivate final Cache<GenericMethodParameterTypeCacheEntry, Class<?>[]> OgnlCache._genericMethodParameterTypesCacheprivate final Cache<PermissionCacheEntry, Permission> OgnlCache._invokePermissionCacheprivate final Cache<Method, MethodAccessEntryValue> OgnlCache._methodAccessCacheOgnlCache._methodCacheOgnlCache._methodParameterTypesCacheOgnlCache._methodPermCache -
Uses of Cache in org.apache.commons.ognl.internal
Subinterfaces of Cache in org.apache.commons.ognl.internalModifier and TypeInterfaceDescriptioninterfaceClassCache<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 TypeClassDescriptionclassImplementation ofClassCache.classclassclassHashMapCache<K,V> classclassclassMethods 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)