/* 326 */ this.cache = mbean.getCache();
/* */
/* 328 */ this.cacheNode = new Fqn(new Object[] { this.ejbContainer.getDeploymentQualifiedName() });
/* */
/* 331 */ this.region = this.cache.getRegion(this.cacheNode, true);
/* 332 */ EvictionPolicyConfig epc = getEvictionPolicyConfig((int)config.idleTimeoutSeconds(), config.maxSize());
/* */
/* 334 */ this.region.setEvictionPolicy(epc);
/* */
/* 337 */ cleanBeanRegion();
/* */