You are here

public function SpreadsheetIteratorInterface::clearCache in Migrate Spreadsheet 2.0.x

Same name and namespace in other branches
  1. 8 src/SpreadsheetIteratorInterface.php \Drupal\migrate_spreadsheet\SpreadsheetIteratorInterface::clearCache()

Clears the iterator internal, static cache.

1 method overrides SpreadsheetIteratorInterface::clearCache()
SpreadsheetIterator::clearCache in src/SpreadsheetIterator.php
Clears the iterator internal, static cache.

File

src/SpreadsheetIteratorInterface.php, line 140

Class

SpreadsheetIteratorInterface
Provides an interface for spreadsheet iterators.

Namespace

Drupal\migrate_spreadsheet

Code

public function clearCache() : void;