You are here

public function FeedsHTTPFetcherResult::setCacheHttpResult in Feeds 7.2

Sets the cache HTTP results of request option.

Parameters

bool $cache_http_result: Whether to cache the HTTP result.

File

plugins/FeedsHTTPFetcher.inc, line 112

Class

FeedsHTTPFetcherResult
Result of FeedsHTTPFetcher::fetch().

Code

public function setCacheHttpResult($cache_http_result) {
  $this->cacheHttpResult = (bool) $cache_http_result;
}