You are here

public function FeedsParser::clear in Feeds 6

Same name and namespace in other branches
  1. 7.2 plugins/FeedsParser.inc \FeedsParser::clear()
  2. 7 plugins/FeedsParser.inc \FeedsParser::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.

File

plugins/FeedsParser.inc, line 27

Class

FeedsParser
Abstract class, defines interface for parsers.

Code

public function clear(FeedsSource $source) {
}