Uses of Interface
ognl.internal.Cache
Packages that use Cache
Package
Description
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
-
Uses of Cache in ognl
Modifier and TypeFieldDescriptionprivate final Cache<Constructor<?>, Class<?>[]> OgnlCache.ctorParameterTypesCache(package private) 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 ognl.internal
Subinterfaces of Cache in ognl.internalModifier and TypeInterfaceDescriptioninterfaceClassCache<V>This is a highly specialized map for storing values keyed by Class objects.Classes in ognl.internal that implement CacheMethods in ognl.internal that return CacheModifier and TypeMethodDescription<K,V> Cache <K, V> CacheFactory.createCache(CacheEntryFactory<K, V> entryFactory) <K,V> Cache <K, V> HashMapCacheFactory.createCache(CacheEntryFactory<K, V> entryFactory)