Searched defs:SimpleCache (Results 1 – 2 of 2) sorted by relevance
25 class SimpleCache<K, V> extends LinkedHashMap<K, V> { class29 public SimpleCache(final int maxEntries) { in SimpleCache() method in SimpleCache
23 abstract class SimpleCache<K, V> { class