Package gw.lang.parser
Class TypeSystemAwareCache<K,V>
java.lang.Object
gw.util.concurrent.Cache<K,V>
gw.lang.parser.TypeSystemAwareCache<K,V>
- Direct Known Subclasses:
GosuClassLoader.DiscreteLoaderCache.DelegateCache
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class gw.util.concurrent.Cache
Cache.MissHandler<L,
W> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTypeSystemAwareCache
(String name, int size, Cache.MissHandler<K, V> kvMissHandler) -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,
V> TypeSystemAwareCache<K, V> make
(String name, int size, Cache.MissHandler<K, V> handler) Methods inherited from class gw.util.concurrent.Cache
clear, evict, get, getConfiguredSize, getHitRate, getHits, getMisses, getRequests, getUtilizedSize, logEveryNSeconds, put, stopLogging, toString
-
Field Details
-
_cacheClearer
-
-
Constructor Details
-
TypeSystemAwareCache
-
-
Method Details
-
make
public static <K,V> TypeSystemAwareCache<K,V> make(String name, int size, Cache.MissHandler<K, V> handler)
-