Uses of Class
gw.util.concurrent.Cache
-
Packages that use Cache Package Description gw.lang.parser gw.util.concurrent -
-
Uses of Cache in gw.lang.parser
Subclasses of Cache in gw.lang.parser Modifier and Type Class Description class
TypeSystemAwareCache<K,V>
-
Uses of Cache in gw.util.concurrent
Methods in gw.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.MissHandler<K,V> handler)
-