Uses of Interface
org.apache.commons.ognl.internal.entry.CacheEntryFactory
Packages that use CacheEntryFactory
-
Uses of CacheEntryFactory in org.apache.commons.ognl.internal
Fields in org.apache.commons.ognl.internal declared as CacheEntryFactoryModifier and TypeFieldDescriptionprivate CacheEntryFactory<K,
V> ConcurrentHashMapCache.cacheEntryFactory
private CacheEntryFactory<K,
V> HashMapCache.cacheEntryFactory
private CacheEntryFactory<K,
V> ReentrantReadWriteLockCache.cacheEntryFactory
Methods in org.apache.commons.ognl.internal with parameters of type CacheEntryFactoryModifier and TypeMethodDescription<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) protected boolean
ConcurrentHashMapCache.shouldCreate
(CacheEntryFactory<K, V> cacheEntryFactory, V v) protected boolean
HashMapCache.shouldCreate
(CacheEntryFactory<K, V> cacheEntryFactory, V v) protected boolean
ReentrantReadWriteLockCache.shouldCreate
(CacheEntryFactory<K, V> cacheEntryFactory, V v) Constructors in org.apache.commons.ognl.internal with parameters of type CacheEntryFactoryModifierConstructorDescriptionConcurrentHashMapCache
(CacheEntryFactory<K, V> cacheEntryFactory) ConcurrentHashMapClassCache
(CacheEntryFactory<Class<?>, T> entryFactory) HashMapCache
(CacheEntryFactory<K, V> cacheEntryFactory) HashMapClassCache
(CacheEntryFactory<Class<?>, T> entryFactory) ReentrantReadWriteLockCache
(CacheEntryFactory<K, V> cacheEntryFactory) ReentrantReadWriteLockClassCache
(CacheEntryFactory<Class<?>, T> entryFactory) -
Uses of CacheEntryFactory in org.apache.commons.ognl.internal.entry
Subinterfaces of CacheEntryFactory in org.apache.commons.ognl.internal.entryClasses in org.apache.commons.ognl.internal.entry that implement CacheEntryFactoryModifier and TypeClassDescriptionclass
User: mcucchiara Date: 13/10/11 Time: 13.00class
class
class
class
MethodCacheEntryFactory<T extends MethodCacheEntry>
class
class
class