You are here

public function QueryHelperInterface::removeResults in Search API 8

Removes the result set with the given search ID from the cache.

Parameters

string $search_id: The search ID.

1 method overrides QueryHelperInterface::removeResults()
QueryHelper::removeResults in src/Utility/QueryHelper.php
Removes the result set with the given search ID from the cache.

File

src/Utility/QueryHelperInterface.php, line 62

Class

QueryHelperInterface
Provides an interface for query helper services.

Namespace

Drupal\search_api\Utility

Code

public function removeResults($search_id);