if( LOG.isDebugEnabled() ) {
final NumberFormat nf = NumberFormat.getNumberInstance();
LOG.debug( "Shrinking cache: " + cache.getFileName() + " (a " + cache.getClass().getName() + ") to " + nf.format( cache.getBuffers() ) );
}
currentPageCount -= cache.getBuffers();
cache.resize( getDefaultInitialSize() );
currentPageCount += getDefaultInitialSize();
}
}
}
}