You are here

public function FeedsFetcher::clear in Feeds 7.2

Same name and namespace in other branches
  1. 6 plugins/FeedsFetcher.inc \FeedsFetcher::clear()
  2. 7 plugins/FeedsFetcher.inc \FeedsFetcher::clear()

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 plugins/FeedsHTTPFetcher.inc
Clear caches.

File

plugins/FeedsFetcher.inc, line 323
Contains the FeedsFetcher and related classes.

Class

FeedsFetcher
Abstract class, defines shared functionality between fetchers.

Code

public function clear(FeedsSource $source) {
}