Uses of Interface
manifold.util.concurrent.Cache.Loader
-
Packages that use Cache.Loader Package Description manifold.util.concurrent -
-
Uses of Cache.Loader in manifold.util.concurrent
Methods in manifold.util.concurrent with parameters of type Cache.Loader Modifier and Type Method Description static <K,V>
Cache<K,V>Cache. make(String name, int size, Cache.Loader<K,V> handler)Constructors in manifold.util.concurrent with parameters of type Cache.Loader Constructor Description Cache(String name, int size, Cache.Loader<K,V> loader)This will create a new cache
-