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(java.lang.String name, int size, Cache.MissHandler<K,V> handler)Constructors in gw.lang.parser with parameters of type Cache.MissHandler Constructor Description TypeSystemAwareCache(java.lang.String name, int size, Cache.MissHandler<K,V> kvMissHandler) -
Uses of Cache.MissHandler in gw.util.concurrent
Fields in gw.util.concurrent declared as Cache.MissHandler Modifier and Type Field Description private Cache.MissHandler<K,V>Cache. _missHandlerMethods in gw.util.concurrent with parameters of type Cache.MissHandler Modifier and Type Method Description static <K,V>
Cache<K,V>Cache. make(java.lang.String name, int size, Cache.MissHandler<K,V> handler)Constructors in gw.util.concurrent with parameters of type Cache.MissHandler Constructor Description Cache(java.lang.String name, int size, Cache.MissHandler<K,V> missHandler)This will create a new cache
-