public void testKillCacheWithoutShutdownAndSurvive()
{
EhCacheDataCache dataCache = new EhCacheDataCache();
DataCacheKey key = new DataCacheKey();
key.addAttribute("Test", "test");
dataCache.put(key, new DefaultTableModel());
final CacheManager cacheManager = CacheManager.getInstance();
// Note: EHCacheProvider will dynamically create these
// caches if they don't exist.