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