Class DefaultOgnlCacheFactory<Key,Value>

java.lang.Object
org.apache.struts2.ognl.DefaultOgnlCacheFactory<Key,Value>
Type Parameters:
Key - The type for the cache key entries
Value - The type for the cache value entries
All Implemented Interfaces:
OgnlCacheFactory<Key,Value>
Direct Known Subclasses:
DefaultOgnlBeanInfoCacheFactory, DefaultOgnlExpressionCacheFactory

public class DefaultOgnlCacheFactory<Key,Value> extends Object implements OgnlCacheFactory<Key,Value>

Default OGNL Cache factory implementation.

Currently used for Expression cache and BeanInfo cache creation.