Class CssParserCacheLoader

  • All Implemented Interfaces:
    com.github.benmanes.caffeine.cache.AsyncCacheLoader , com.github.benmanes.caffeine.cache.CacheLoader

    
    public class CssParserCacheLoader
     implements CacheLoader<K, V>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      URLCollection load(Triple<String, URL, Charset> triple)
      • Methods inherited from class com.github.benmanes.caffeine.cache.CacheLoader

        asyncLoad, asyncLoadAll, asyncReload, loadAll, reload
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait