}
cacheManager = EHCacheManagerHolder.getCacheManager(bus, configFileURL);
// Cannot overflow to disk as SecurityToken Elements can't be serialized
CacheConfiguration cc = EHCacheManagerHolder.getCacheConfiguration(key, cacheManager);
cc.overflowToDisk(false); //tokens not writable
Ehcache newCache = new Cache(cc);
cache = cacheManager.addCacheIfAbsent(newCache);
// Set the TimeToLive value from the CacheConfiguration