Uses of Interface
ognl.internal.Cache
Packages that use Cache
-
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)