MemoryBackend::removeBin

public MemoryBackend::removeBin()

Remove a cache bin.

Overrides CacheBackendInterface::removeBin

File

core/lib/Drupal/Core/Cache/MemoryBackend.php, line 195

Class

MemoryBackend
Defines a memory cache implementation.

Namespace

Drupal\Core\Cache

Code

public function removeBin() {
  $this->cache = [];
}
doc_Drupal
2016-10-29 09:25:48
Comments
Leave a Comment

Please login to continue.