* @package WoltLabSuite\Core\Data */ interface IEditableCachedObject extends IEditableObject { /** * Resets the cache of this object type. */ public static function resetCache(); }