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 = []; }
Please login to continue.