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.cacheEntryFactoryprivate CacheEntryFactory<K, V> HashMapCache.cacheEntryFactoryprivate CacheEntryFactory<K, V> ReentrantReadWriteLockCache.cacheEntryFactoryMethods 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 booleanConcurrentHashMapCache.shouldCreate(CacheEntryFactory<K, V> cacheEntryFactory, V v) protected booleanHashMapCache.shouldCreate(CacheEntryFactory<K, V> cacheEntryFactory, V v) protected booleanReentrantReadWriteLockCache.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 TypeClassDescriptionclassUser: mcucchiara Date: 13/10/11 Time: 13.00classclassclassclassMethodCacheEntryFactory<T extends MethodCacheEntry>classclassclass