public class TypeSystemAwareCache<K,V>
extends manifold.util.concurrent.Cache<K,V>
Constructor and Description |
---|
TypeSystemAwareCache(IManifoldHost host,
String name,
int size,
manifold.util.concurrent.Cache.Loader<K,V> loader) |
Modifier and Type | Method and Description |
---|---|
static <K,V> TypeSystemAwareCache<K,V> |
make(IManifoldHost host,
String name,
int size,
manifold.util.concurrent.Cache.Loader<K,V> loader) |
public TypeSystemAwareCache(IManifoldHost host, String name, int size, manifold.util.concurrent.Cache.Loader<K,V> loader)
public static <K,V> TypeSystemAwareCache<K,V> make(IManifoldHost host, String name, int size, manifold.util.concurrent.Cache.Loader<K,V> loader)
Copyright © 2024. All rights reserved.