package org.safehaus.penrose.cache; /** * @author Endi Sukma Dewata */ public interface CacheMBean { public void clear() throws Exception; }