Uses of Class
gw.util.concurrent.Cache
-
Packages that use Cache Package Description gw.internal.gosu.compiler gw.internal.gosu.parser gw.lang.parser gw.util.concurrent -
-
Uses of Cache in gw.internal.gosu.compiler
Subclasses of Cache in gw.internal.gosu.compiler Modifier and Type Class Description private classGosuClassLoader.DiscreteLoaderCache.DelegateCache -
Uses of Cache in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as Cache Modifier and Type Field Description private static Cache<Pair<java.lang.String,java.lang.String>,java.lang.Boolean>GosuParser. BINDER_ASSIGNABILITY_CACHE -
Uses of Cache in gw.lang.parser
Subclasses of Cache in gw.lang.parser Modifier and Type Class Description classTypeSystemAwareCache<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(java.lang.String name, int size, Cache.MissHandler<K,V> handler)
-