Searched defs:SimpleCache (Results 1 – 1 of 1) sorted by relevance
32 public class SimpleCache<K, V> { class88 public SimpleCache(int initialCapacity, int maxCapacity, float loadFactor, in SimpleCache() method in SimpleCache