Exemple #1
0
  LogCategorizer() {
    CacheManager.makeTestCacheManager(ehLocation);
    manager = new CacheManager("directories");
    System.out.printf(" Ehcache at %s%n", ehLocation);

    if (pathMatcher == null) pathMatcher = readRoots();
  }
Exemple #2
0
 void close() {
   manager.stats();
   manager.close();
 }