Package org.apache.struts2.ognl
Class DefaultOgnlBeanInfoCacheFactory<Key,Value> 
java.lang.Object
org.apache.struts2.ognl.DefaultOgnlCacheFactory<Key,Value>
 
org.apache.struts2.ognl.DefaultOgnlBeanInfoCacheFactory<Key,Value> 
- Type Parameters:
- Key- The type for the cache key entries
- Value- The type for the cache value entries
- All Implemented Interfaces:
- BeanInfoCacheFactory<Key,,- Value> - OgnlCacheFactory<Key,- Value> 
public class DefaultOgnlBeanInfoCacheFactory<Key,Value> 
extends DefaultOgnlCacheFactory<Key,Value>
implements BeanInfoCacheFactory<Key,Value>  
Default OGNL Cache factory implementation.
 Currently used for BeanInfo cache creation.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.struts2.ognl.OgnlCacheFactoryOgnlCacheFactory.CacheType
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultOgnlBeanInfoCacheFactory(String cacheMaxSize, String defaultCacheType) 
- 
Method SummaryMethods inherited from class org.apache.struts2.ognl.DefaultOgnlCacheFactorybuildOgnlCache, buildOgnlCache, getCacheMaxSize, getDefaultCacheTypeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.struts2.ognl.OgnlCacheFactorybuildOgnlCache, buildOgnlCache, getCacheMaxSize, getDefaultCacheType
- 
Constructor Details- 
DefaultOgnlBeanInfoCacheFactory
 
-