Uses of Class
org.springframework.util.ConcurrentLruCache
Packages that use ConcurrentLruCache
-
Uses of ConcurrentLruCache in org.springframework.expression.spel.ast
Constructors in org.springframework.expression.spel.ast with parameters of type ConcurrentLruCacheModifierConstructorDescriptionOperatorMatches(ConcurrentLruCache<String, Pattern> patternCache, int startPos, int endPos, SpelNodeImpl... operands) Create a newOperatorMatchesinstance with a shared pattern cache.