Package org.apache.struts2.ognl
Class StrutsProxyCacheFactory<Key,Value>
java.lang.Object
org.apache.struts2.ognl.DefaultOgnlCacheFactory<Key,Value>
org.apache.struts2.ognl.StrutsProxyCacheFactory<Key,Value>
- All Implemented Interfaces:
OgnlCacheFactory<Key,,Value> ProxyCacheFactory<Key,Value>
public class StrutsProxyCacheFactory<Key,Value>
extends DefaultOgnlCacheFactory<Key,Value>
implements ProxyCacheFactory<Key,Value>
Struts proxy cache factory implementation.
Used for creating caches for proxy detection operations.
- Since:
- 7.2.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.struts2.ognl.OgnlCacheFactory
OgnlCacheFactory.CacheType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.struts2.ognl.DefaultOgnlCacheFactory
buildOgnlCache, buildOgnlCache, getCacheMaxSize, getDefaultCacheTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.struts2.ognl.OgnlCacheFactory
buildOgnlCache, buildOgnlCache, getCacheMaxSize, getDefaultCacheType
-
Constructor Details
-
StrutsProxyCacheFactory
-