Uses of Interface
org.apache.struts2.ognl.OgnlCache
Packages that use OgnlCache
-
Uses of OgnlCache in org.apache.struts2.ognl
Classes in org.apache.struts2.ognl that implement OgnlCacheModifier and TypeClassDescriptionclass
OgnlCaffeineCache<K,
V> This OGNL Cache implementation is backed byCaffeine
which uses the Window TinyLfu algorithm.class
OgnlDefaultCache<K,
V> Basic OGNL cache implementation.class
OgnlLRUCache<K,
V> A basic OGNL LRU cache implementation.Methods in org.apache.struts2.ognl that return OgnlCacheModifier and TypeMethodDescriptionDefaultOgnlCacheFactory.buildOgnlCache()
DefaultOgnlCacheFactory.buildOgnlCache
(int evictionLimit, int initialCapacity, float loadFactor, OgnlCacheFactory.CacheType cacheType) OgnlCacheFactory.buildOgnlCache()
OgnlCacheFactory.buildOgnlCache
(int evictionLimit, int initialCapacity, float loadFactor, OgnlCacheFactory.CacheType cacheType)