72737475767778
try { this.aggregator_cache_timeout = Integer.parseInt(cachetime); } catch(Exception e) { mLogger.warn(e); } // finally ... create the cache this.mCache = new LRUCache2(100, 1000 * this.aggregator_cache_timeout); }
68697071727374