Uses of Class
gw.util.concurrent.Cache
Packages that use Cache
Package
Description
-
Uses of Cache in gw.internal.gosu.compiler
Subclasses of Cache in gw.internal.gosu.compiler -
Uses of Cache in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as Cache -
Uses of Cache in gw.lang.parser
Subclasses of Cache in gw.lang.parser -
Uses of Cache in gw.util.concurrent
Methods in gw.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.MissHandler<K, V> handler)