Uses of Interface
org.apache.commons.ognl.internal.entry.CacheEntryFactory
-
Packages that use CacheEntryFactory Package Description org.apache.commons.ognl.internal org.apache.commons.ognl.internal.entry -
-
Uses of CacheEntryFactory in org.apache.commons.ognl.internal
Fields in org.apache.commons.ognl.internal declared as CacheEntryFactory Modifier and Type Field Description private 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 CacheEntryFactory 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)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 CacheEntryFactory Constructor Description ConcurrentHashMapCache(CacheEntryFactory<K,V> cacheEntryFactory)ConcurrentHashMapClassCache(CacheEntryFactory<java.lang.Class<?>,T> entryFactory)HashMapCache(CacheEntryFactory<K,V> cacheEntryFactory)HashMapClassCache(CacheEntryFactory<java.lang.Class<?>,T> entryFactory)ReentrantReadWriteLockCache(CacheEntryFactory<K,V> cacheEntryFactory)ReentrantReadWriteLockClassCache(CacheEntryFactory<java.lang.Class<?>,T> entryFactory) -
Uses of CacheEntryFactory in org.apache.commons.ognl.internal.entry
Subinterfaces of CacheEntryFactory in org.apache.commons.ognl.internal.entry Modifier and Type Interface Description interfaceClassCacheEntryFactory<T>Classes in org.apache.commons.ognl.internal.entry that implement CacheEntryFactory Modifier and Type Class Description classDeclaredMethodCacheEntryFactoryUser: mcucchiara Date: 13/10/11 Time: 13.00classFieldCacheEntryFactoryclassGenericMethodParameterTypeFactoryclassMethodAccessCacheEntryFactoryclassMethodCacheEntryFactory<T extends MethodCacheEntry>classMethodPermCacheEntryFactoryclassPermissionCacheEntryFactoryclassPropertyDescriptorCacheEntryFactory
-