deleteItem( static::getRootNamespace() ); } /** * Get available namespaces. * * @return array */ public static function getCacheNamespaces() { return [ 'rest' => '\AnyComment\Cache\rest\AnyCommentRestCacheManager', ]; } /** * Get root namespace. * * @return string */ public static function getRootNamespace() { return sprintf( static::$rootNamespace, AnyComment()->version ); } }