}
public void addCacheMBeans() throws Exception {
Component cache = FractalHelper.getSubComponent(
speedo, AbstractSpeedo.MEMORY_CACHE_PATH, logger);
CacheAttributeController ca = (CacheAttributeController)
Fractal.getAttributeController(
FractalHelper.getSubComponent(cache, "cache-manager", logger));
UnbindManager um = (UnbindManager) cache.getFcInterface("unbind-manager");
CacheManager cm = (CacheManager) cache.getFcInterface("cache-manager");
Cache c = new Cache(ca, um, cm, getPMF(), getJormFactory());