Uses of Interface
ognl.internal.Cache
-
Packages that use Cache Package Description ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects.ognl.internal -
-
Uses of Cache in ognl
Fields in ognl declared as Cache Modifier and Type Field Description private Cache<java.lang.reflect.Constructor<?>,java.lang.Class<?>[]>OgnlCache. ctorParameterTypesCache(package private) Cache<GenericMethodParameterTypeCacheEntry,java.lang.Class<?>[]>OgnlCache. genericMethodParameterTypesCacheprivate Cache<PermissionCacheEntry,java.security.Permission>OgnlCache. invokePermissionCacheprivate Cache<java.lang.reflect.Method,MethodAccessEntryValue>OgnlCache. methodAccessCacheprivate Cache<DeclaredMethodCacheEntry,java.util.Map<java.lang.String,java.util.List<java.lang.reflect.Method>>>OgnlCache. methodCacheprivate Cache<java.lang.reflect.Method,java.lang.Class<?>[]>OgnlCache. methodParameterTypesCacheprivate Cache<java.lang.reflect.Method,java.lang.Boolean>OgnlCache. methodPermCache -
Uses of Cache in ognl.internal
Subinterfaces of Cache in ognl.internal Modifier and Type Interface Description interfaceClassCache<V>This is a highly specialized map for storing values keyed by Class objects.Classes in ognl.internal that implement Cache Modifier and Type Class Description classHashMapCache<K,V>classHashMapClassCache<T>Methods in ognl.internal that return Cache Modifier and Type Method Description <K,V>
Cache<K,V>CacheFactory. createCache(CacheEntryFactory<K,V> entryFactory)<K,V>
Cache<K,V>HashMapCacheFactory. createCache(CacheEntryFactory<K,V> entryFactory)
-