Uses of Interface
org.apache.commons.ognl.internal.Cache
-
Packages that use Cache Package Description org.apache.commons.ognl.internal -
-
Uses of Cache in org.apache.commons.ognl.internal
Subinterfaces of Cache in org.apache.commons.ognl.internal Modifier and Type Interface Description interfaceClassCache<V>This is a highly specialized map for storing values keyed by Class objects.Classes in org.apache.commons.ognl.internal that implement Cache Modifier and Type Class Description classClassCacheImpl<V>Implementation ofClassCache.classConcurrentHashMapCache<K,V>classConcurrentHashMapClassCache<T>classHashMapCache<K,V>classHashMapClassCache<T>classReentrantReadWriteLockCache<K,V>classReentrantReadWriteLockClassCache<T>Methods in org.apache.commons.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>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)
-