Searched defs:AbstractCache (Results 1 – 1 of 1) sorted by relevance
45 public abstract class AbstractCache<K, V> implements Cache<K, V> { class48 protected AbstractCache() {} in AbstractCache() method in AbstractCache