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