You are here

public function FeedsFetcher::clear in Feeds 8.2

Clear all caches for results for given source.

Parameters

FeedsSource $source: Source information for this expiry. Implementers can choose to only clear caches pertaining to this source.

1 method overrides FeedsFetcher::clear()
FeedsHTTPFetcher::clear in lib/Drupal/feeds/Plugin/feeds/fetcher/FeedsHTTPFetcher.php
Clear caches.

File

lib/Drupal/feeds/Plugin/FeedsFetcher.php, line 47
Contains the FeedsFetcher and related classes.

Class

FeedsFetcher
Abstract class, defines shared functionality between fetchers.

Namespace

Drupal\feeds\Plugin

Code

public function clear(FeedsSource $source) {
}