Uses of Interface
org.apache.struts2.ognl.OgnlCache
-
Uses of OgnlCache in org.apache.struts2.ognl
Modifier 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.Modifier 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)