Long finishedAt = Calendar.getInstance().getTimeInMillis();
logger.debug("finished in " + (finishedAt - startedAt) + " msecs");
logger.debug("" + cache.toString());
cache.dispose();
logger.debug("" + cache.toString());
}
private static void aboveLimit(int cacheSize, ICacheSupervisor supervisor) throws IOException, ClassNotFoundException {