Uses of Interface
com.opensymphony.xwork2.ognl.OgnlCache
Packages that use OgnlCache
-
Uses of OgnlCache in com.opensymphony.xwork2.ognl
Classes in com.opensymphony.xwork2.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 com.opensymphony.xwork2.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, boolean lruCache) Deprecated.OgnlCacheFactory.buildOgnlCache
(int evictionLimit, int initialCapacity, float loadFactor, OgnlCacheFactory.CacheType cacheType)
OgnlCacheFactory.buildOgnlCache(int, int, float, CacheType)