Class TypeSystemAwareCache<K,​V>


  • public class TypeSystemAwareCache<K,​V>
    extends manifold.util.concurrent.Cache<K,​V>
    • Constructor Detail

      • TypeSystemAwareCache

        public TypeSystemAwareCache​(IManifoldHost host,
                                    String name,
                                    int size,
                                    manifold.util.concurrent.Cache.Loader<K,​V> loader)