* @package com.woltlab.wcf * @subpackage data * @category Community Framework */ interface IEditableCachedObject extends IEditableObject { /** * Resets the cache of this object type. */ public static function resetCache(); }