Package org.apache.struts2.ognl
Class DefaultOgnlExpressionCacheFactory<Key,Value> 
java.lang.Object
org.apache.struts2.ognl.DefaultOgnlCacheFactory<Key,Value>
 
org.apache.struts2.ognl.DefaultOgnlExpressionCacheFactory<Key,Value> 
- Type Parameters:
- Key- The type for the cache key entries
- Value- The type for the cache value entries
- All Implemented Interfaces:
- ExpressionCacheFactory<Key,,- Value> - OgnlCacheFactory<Key,- Value> 
public class DefaultOgnlExpressionCacheFactory<Key,Value> 
extends DefaultOgnlCacheFactory<Key,Value>
implements ExpressionCacheFactory<Key,Value>  
Default OGNL Expression Cache factory implementation.
 
Currently used for Expression cache creation.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.struts2.ognl.OgnlCacheFactoryOgnlCacheFactory.CacheType
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultOgnlExpressionCacheFactory(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- 
DefaultOgnlExpressionCacheFactory
 
-