public MemoryCounterBackend::resetCounter()
Resets the call counter.
File
- core/lib/Drupal/Core/Cache/MemoryCounterBackend.php, line 89
Class
- MemoryCounterBackend
- Defines a memory cache implementation that counts set and get calls.
Namespace
Drupal\Core\Cache
Code
public function resetCounter() { $this->counter = array(); }
Please login to continue.