improve logging for GuavaCacheManager

This commit is contained in:
Sebastian Sdorra
2013-04-12 08:42:19 +02:00
parent b6e13c2ce5
commit a33c3edf96

View File

@@ -84,6 +84,8 @@ public class GuavaCacheManager implements CacheManager
for (GuavaNamedCacheConfiguration ncc : config.getCaches())
{
logger.debug("create cache {} from configured configuration {}",
ncc.getName(), ncc);
cacheMap.put(ncc.getName(), new GuavaCache(ncc));
}
}