Uses of Interface
gw.util.concurrent.Cache.MissHandler
Packages that use Cache.MissHandler
-
Uses of Cache.MissHandler in gw.lang.parser
Methods in gw.lang.parser with parameters of type Cache.MissHandlerModifier and TypeMethodDescriptionstatic <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.MissHandlerModifierConstructorDescriptionTypeSystemAwareCache(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.MissHandlerMethods in gw.util.concurrent with parameters of type Cache.MissHandlerModifier and TypeMethodDescriptionstatic <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.MissHandlerModifierConstructorDescriptionCache(String name, int size, Cache.MissHandler<K, V> missHandler) This will create a new cache