Uses of Class
manifold.util.concurrent.Cache
-
Packages that use Cache Package Description manifold.util.concurrent -
-
Uses of Cache in manifold.util.concurrent
Methods in manifold.util.concurrent that return Cache Modifier and Type Method Description Cache<K,V>Cache. logEveryNSeconds(int seconds, ILogger logger)Sets up a recurring task every n seconds to report on the status of this cache.static <K,V>
Cache<K,V>Cache. make(String name, int size, Cache.Loader<K,V> handler)
-