You are here

public function StoreTax::clearCaches in Commerce Core 8.2

Clears the static caches.

Overrides StoreTaxInterface::clearCaches

File

modules/tax/src/StoreTax.php, line 124

Class

StoreTax

Namespace

Drupal\commerce_tax

Code

public function clearCaches() {
  $this->taxTypes = [];
  $this->storeTaxTypes = [];
}