Uses of Interface
gw.util.concurrent.Cache.MissHandler
-
Packages that use Cache.MissHandler Package Description gw.lang.parser gw.util.concurrent -
-
Uses of Cache.MissHandler in gw.lang.parser
Methods in gw.lang.parser with parameters of type Cache.MissHandler Modifier and Type Method Description static <K,V>
TypeSystemAwareCache<K,V>TypeSystemAwareCache. make(String name, int size, Cache.MissHandler<K,V> handler)
Constructors in gw.lang.parser with parameters of type Cache.MissHandler Constructor Description TypeSystemAwareCache(String name, int size, Cache.MissHandler<K,V> kvMissHandler)
-
Uses of Cache.MissHandler in gw.util.concurrent
Methods in gw.util.concurrent with parameters of type Cache.MissHandler Modifier and Type Method Description static <K,V>
Cache<K,V>Cache. make(String name, int size, Cache.MissHandler<K,V> handler)
Constructors in gw.util.concurrent with parameters of type Cache.MissHandler Constructor Description Cache(String name, int size, Cache.MissHandler<K,V> missHandler)
This will create a new cache
-