string) * @param bool $search * * @return array(string) */ // @TODO: Does not work since this method is already declared abstract in // ezcCacheStorage. "Fatal error: Can't inherit abstract function..." in // 5.2.6RC3-dev // public function delete( $id = null, $attributes = array(), $search = false ); /** * Reset the complete storage. * * This method resets the complete cache storage. All content (including * content stored with the {@link ezcCacheStackMetaDataStorage} interfacer) must * be deleted and the cache storage must appear as if it has just newly * been created. * * @return void */ public function reset(); } ?>