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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.benmanes.caffeine.cache.CacheLoaderasyncLoad, asyncLoadAll, asyncReload, loadAll, reload
- 
Constructor Details- 
XPathQueryCacheLoaderpublic XPathQueryCacheLoader()
 
- 
- 
Method Details- 
load
 
-