}
}
if (count != 0)
log.debugf("purged %d entries", count);
} catch (Exception e) {
throw new CacheLoaderException(e);
} finally {
try {
it.close();
} catch (IOException e) {
log.warnUnableToCloseDbIterator(e);
}
}
} catch (CacheLoaderException e) {
throw e;
} catch (Exception e) {
throw new CacheLoaderException(e);
}
}