|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
---|---|
org.apache.commons.ognl.internal |
Uses of Cache in org.apache.commons.ognl.internal |
---|
Subinterfaces of Cache in org.apache.commons.ognl.internal | |
---|---|
interface |
ClassCache<V>
This is a highly specialized map for storing values keyed by Class objects. |
Classes in org.apache.commons.ognl.internal that implement Cache | |
---|---|
class |
ClassCacheImpl<V>
Implementation of ClassCache . |
class |
ConcurrentHashMapCache<K,V>
|
class |
ConcurrentHashMapClassCache<T>
|
class |
HashMapCache<K,V>
|
class |
HashMapClassCache<T>
|
class |
ReentrantReadWriteLockCache<K,V>
|
class |
ReentrantReadWriteLockClassCache<T>
|
Methods in org.apache.commons.ognl.internal that return Cache | ||
---|---|---|
|
ReentrantReadWriteLockCacheFactory.createCache(CacheEntryFactory<K,V> entryFactory)
|
|
|
HashMapCacheFactory.createCache(CacheEntryFactory<K,V> entryFactory)
|
|
|
ConcurrentHashMapCacheFactory.createCache(CacheEntryFactory<K,V> entryFactory)
|
|
|
CacheFactory.createCache(CacheEntryFactory<K,V> entryFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |