"mapper")
.getFcInterface("mapper");
}
protected CacheAttributeController getCacheAttributeController(PersistenceManagerFactory _pmf) throws Exception {
Interface fcpmf = (Interface) ((AbstractSpeedo) _pmf).getDelegate();
Component c = getSubComponent(
((Interface)fcpmf).getFcItfOwner(),
"tpm.cache-manager.cache-manager");
return (CacheAttributeController) Fractal.getAttributeController(c);
}