Uses of Class
org.aksw.commons.cache.async.AsyncRefCache
Packages that use AsyncRefCache
-
Uses of AsyncRefCache in org.aksw.commons.cache.async
Methods in org.aksw.commons.cache.async that return AsyncRefCacheModifier and TypeMethodDescriptionstatic <K,V> AsyncRefCache<K, V> AsyncRefCache.create(com.github.benmanes.caffeine.cache.Caffeine<Object, Object> master, Function<K, V> cacheLoader, com.github.benmanes.caffeine.cache.RemovalListener<K, V> removalListener) Whether to cancel loading of items that were unclaimed before loading completed, if false, the future returned by the master will not be cancelled