public MemoryBackend::reset()
Reset statically cached variables.
This is only used by tests.
File
- core/lib/Drupal/Core/Cache/MemoryBackend.php, line 220
Class
- MemoryBackend
- Defines a memory cache implementation.
Namespace
Drupal\Core\Cache
Code
1 2 3 | public function reset() { $this ->cache = []; } |
Please login to continue.