LogCategorizer() { CacheManager.makeTestCacheManager(ehLocation); manager = new CacheManager("directories"); System.out.printf(" Ehcache at %s%n", ehLocation); if (pathMatcher == null) pathMatcher = readRoots(); }
void close() { manager.stats(); manager.close(); }