Uses of Interface
org.apache.commons.ognl.internal.entry.CacheEntryFactory

Packages that use CacheEntryFactory
org.apache.commons.ognl.internal   
org.apache.commons.ognl.internal.entry   
 

Uses of CacheEntryFactory in org.apache.commons.ognl.internal
 

Methods in org.apache.commons.ognl.internal with parameters of type CacheEntryFactory
<K,V> Cache<K,V>
ReentrantReadWriteLockCacheFactory.createCache(CacheEntryFactory<K,V> entryFactory)
           
<K,V> Cache<K,V>
HashMapCacheFactory.createCache(CacheEntryFactory<K,V> entryFactory)
           
<K,V> Cache<K,V>
ConcurrentHashMapCacheFactory.createCache(CacheEntryFactory<K,V> entryFactory)
           
<K,V> Cache<K,V>
CacheFactory.createCache(CacheEntryFactory<K,V> entryFactory)
           
protected  boolean ReentrantReadWriteLockCache.shouldCreate(CacheEntryFactory<K,V> cacheEntryFactory, V v)
           
protected  boolean HashMapCache.shouldCreate(CacheEntryFactory<K,V> cacheEntryFactory, V v)
           
protected  boolean ConcurrentHashMapCache.shouldCreate(CacheEntryFactory<K,V> cacheEntryFactory, V v)
           
 

Constructors in org.apache.commons.ognl.internal with parameters of type CacheEntryFactory
ConcurrentHashMapCache(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.entry
 interface ClassCacheEntryFactory<T>
           
 

Classes in org.apache.commons.ognl.internal.entry that implement CacheEntryFactory
 class DeclaredMethodCacheEntryFactory
          User: mcucchiara Date: 13/10/11 Time: 13.00
 class FieldCacheEntryFactory
           
 class GenericMethodParameterTypeFactory
           
 class MethodAccessCacheEntryFactory
           
 class MethodCacheEntryFactory<T extends MethodCacheEntry>
           
 class MethodPermCacheEntryFactory
           
 class PermissionCacheEntryFactory
           
 class PropertyDescriptorCacheEntryFactory
           
 



Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.