3132333435363738
LOG.message("new Thrasher for " + cache.getClass().getName() + " with " + threadCount + " threads"); this.cache = cache; // this.cache = new StatCache(this.cache); this.cache = new SyncCache(this.cache); this.threads = new Thread[threadCount]; }
242526272829303132
public Cache newInstance(String cacheName, long timeoutMilliSeconds, int maxSize) { return CacheReaper.register( // new SyncCache( // newReapableCache(cacheName, timeoutMilliSeconds, maxSize)), // period); }