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. cacheEntryFactory
private CacheEntryFactory<K,V>
HashMapCache. cacheEntryFactory
private CacheEntryFactory<K,V>
ReentrantReadWriteLockCache. cacheEntryFactory
Methods 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 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 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 interface
ClassCacheEntryFactory<T>
Classes in org.apache.commons.ognl.internal.entry that implement CacheEntryFactory Modifier and Type Class Description class
DeclaredMethodCacheEntryFactory
User: mcucchiara Date: 13/10/11 Time: 13.00class
FieldCacheEntryFactory
class
GenericMethodParameterTypeFactory
class
MethodAccessCacheEntryFactory
class
MethodCacheEntryFactory<T extends MethodCacheEntry>
class
MethodPermCacheEntryFactory
class
PermissionCacheEntryFactory
class
PropertyDescriptorCacheEntryFactory
-