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
  • Constructor Details

    • StrutsProxyCacheFactory

      public StrutsProxyCacheFactory(String cacheMaxSize, String defaultCacheType)