Class CssParserCacheLoader
java.lang.Object
org.apache.jmeter.protocol.http.parser.CssParserCacheLoader
- All Implemented Interfaces:
- com.github.benmanes.caffeine.cache.AsyncCacheLoader<org.apache.commons.lang3.tuple.Triple<String,,- URL, - Charset>, - URLCollection> - com.github.benmanes.caffeine.cache.CacheLoader<org.apache.commons.lang3.tuple.Triple<String,- URL, - Charset>, - URLCollection> 
public class CssParserCacheLoader
extends Object
implements com.github.benmanes.caffeine.cache.CacheLoader<org.apache.commons.lang3.tuple.Triple<String,URL,Charset>,URLCollection>   
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionMethods 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- 
CssParserCacheLoaderpublic CssParserCacheLoader()
 
- 
- 
Method Details- 
loadpublic URLCollection load(org.apache.commons.lang3.tuple.Triple<String, URL, throws ExceptionCharset> triple) - Specified by:
- loadin interface- com.github.benmanes.caffeine.cache.CacheLoader<org.apache.commons.lang3.tuple.Triple<String,- URL, - Charset>, - URLCollection> 
- Throws:
- Exception
 
 
-