You are here

public function DrupalSystemInterface::cacheClearAll in X Autoload 7.5

Parameters

string|null $cid:

string|null $bin:

See also

cache_clear_all()

2 methods override DrupalSystemInterface::cacheClearAll()
DrupalSystem::cacheClearAll in src/DrupalSystem/DrupalSystem.php
MockDrupalSystem::cacheClearAll in tests/src/Mock/MockDrupalSystem.php

File

src/DrupalSystem/DrupalSystemInterface.php, line 138

Class

DrupalSystemInterface

Namespace

Drupal\xautoload\DrupalSystem

Code

public function cacheClearAll($cid = NULL, $bin = NULL);