Package gw.lang.parser
Class TypeSystemAwareCache<K,V>
- java.lang.Object
-
- gw.util.concurrent.Cache<K,V>
-
- gw.lang.parser.TypeSystemAwareCache<K,V>
-
public class TypeSystemAwareCache<K,V> extends Cache<K,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class gw.util.concurrent.Cache
Cache.MissHandler<L,W>
-
-
Constructor Summary
Constructors Constructor Description TypeSystemAwareCache(String name, int size, Cache.MissHandler<K,V> kvMissHandler)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <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
-
-
-
-
Constructor Detail
-
TypeSystemAwareCache
public TypeSystemAwareCache(String name, int size, Cache.MissHandler<K,V> kvMissHandler)
-
-
Method Detail
-
make
public static <K,V> TypeSystemAwareCache<K,V> make(String name, int size, Cache.MissHandler<K,V> handler)
-
-