blob: 087127bdd8f3c70cd5401940a4bde3ef17868f0f [file]
package org.apache.jcs.engine.behavior;
/**
* For the framework. Insures methods a MemoryCache needs to access.
*
* @author asmuts
* @created January 15, 2002
*/
public interface ICacheHub extends ICacheType
{
/** Description of the Method */
public void spoolToDisk( ICacheElement ice );
}