Searched defs:AbstractCache (Results 1 – 3 of 3) sorted by relevance
23 public class AbstractCache { class58 public AbstractCache(File root) { in AbstractCache() method in AbstractCache
42 public abstract class AbstractCache<K, V> implements Cache<K, V> { class45 protected AbstractCache() {} in AbstractCache() method in AbstractCache