101102103104105106107
} public Cache initCache(CacheFactory factory) { Cache cache = null; if (factory != null) cache = factory.getCache(abdera); return (cache != null) ? cache : new LRUCache(abdera); }
102103104105106107108
112113114115116117118