Package manifold.api.util.cache
Class TypeSystemAwareCache<K,V>
- java.lang.Object
-
- manifold.util.concurrent.Cache<K,V>
-
- manifold.api.util.cache.TypeSystemAwareCache<K,V>
-
public class TypeSystemAwareCache<K,V> extends manifold.util.concurrent.Cache<K,V>
-
-
Constructor Summary
Constructors Constructor Description TypeSystemAwareCache(IManifoldHost host, String name, int size, manifold.util.concurrent.Cache.Loader<K,V> loader)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <K,V>
TypeSystemAwareCache<K,V>make(IManifoldHost host, String name, int size, manifold.util.concurrent.Cache.Loader<K,V> loader)
-
-
-
Constructor Detail
-
TypeSystemAwareCache
public TypeSystemAwareCache(IManifoldHost host, String name, int size, manifold.util.concurrent.Cache.Loader<K,V> loader)
-
-
Method Detail
-
make
public static <K,V> TypeSystemAwareCache<K,V> make(IManifoldHost host, String name, int size, manifold.util.concurrent.Cache.Loader<K,V> loader)
-
-