72737475767778
} catch(NumberFormatException e) { log.error("ERROR 'aggregator.cache.timeout'not a valid integer: " + cachetime); } // finally ... create the cache this.mCache = new LRUCache2(100, 1000 * this.aggregator_cache_timeout); }