Package org.apache.jmeter.util
Class XPathQueryCacheLoader
java.lang.Object
org.apache.jmeter.util.XPathQueryCacheLoader
- All Implemented Interfaces:
com.github.benmanes.caffeine.cache.AsyncCacheLoader<org.apache.commons.lang3.tuple.ImmutablePair<String,
,String>, net.sf.saxon.s9api.XPathExecutable> com.github.benmanes.caffeine.cache.CacheLoader<org.apache.commons.lang3.tuple.ImmutablePair<String,
String>, net.sf.saxon.s9api.XPathExecutable>
public class XPathQueryCacheLoader
extends Object
implements com.github.benmanes.caffeine.cache.CacheLoader<org.apache.commons.lang3.tuple.ImmutablePair<String,String>,net.sf.saxon.s9api.XPathExecutable>
load method is called when the key composed of
namespaces + xPathQuery is not in the cache.
Return the compiled XPathQuery with the associated
namespaces.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github.benmanes.caffeine.cache.CacheLoader
asyncLoad, asyncLoadAll, asyncReload, loadAll, reload
-
Constructor Details
-
XPathQueryCacheLoader
public XPathQueryCacheLoader()
-
-
Method Details
-
load
-