public function FeedsFetcher::clear in Feeds 6
Same name and namespace in other branches
- 7.2 plugins/FeedsFetcher.inc \FeedsFetcher::clear()
- 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 27
Class
- FeedsFetcher
- Abstract class, defines shared functionality between fetchers.
Code
public function clear(FeedsSource $source) {
}