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>
  • Nested Class Summary

    Nested classes/interfaces inherited from class manifold.util.concurrent.Cache

    manifold.util.concurrent.Cache.Loader<L,W>
  • Constructor Summary

    Constructors
    Constructor
    Description
    TypeSystemAwareCache(IManifoldHost host, String name, int size, manifold.util.concurrent.Cache.Loader<K,V> loader)
     
  • Method Summary

    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)
     

    Methods inherited from class manifold.util.concurrent.Cache

    clear, evict, get, getCachedValues, getConfiguredSize, getHitRate, getHits, getMisses, getRequests, getUtilizedSize, logEveryNSeconds, make, put, stopLogging, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TypeSystemAwareCache

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