Uses of Class
manifold.util.concurrent.Cache
Packages that use Cache
-
Uses of Cache in manifold.util.concurrent
Methods in manifold.util.concurrent that return CacheModifier and TypeMethodDescriptionCache.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)