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.

  • Constructor Details

    • DefaultOgnlExpressionCacheFactory

      public DefaultOgnlExpressionCacheFactory(String cacheMaxSize, String defaultCacheType)