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

1
2
3
public function removeBin() {
  $this->cache = [];
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.