MemoryCounterBackend::resetCounter

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();
}
doc_Drupal
2016-10-29 09:25:51
Comments
Leave a Comment

Please login to continue.