10 calls to CacheBackendDecorator::logCacheOperation()

CacheBackendDecorator::delete in core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php
Deletes an item from the cache.
CacheBackendDecorator::deleteAll in core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php
Deletes all cache items in a bin.
CacheBackendDecorator::deleteMultiple in core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php
Deletes multiple items from the cache.
CacheBackendDecorator::get in core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php
Returns data from the persistent cache.
CacheBackendDecorator::getMultiple in core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php
Returns data from the persistent cache when given an array of cache IDs.
CacheBackendDecorator::invalidate in core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php
Marks a cache item as invalid.
CacheBackendDecorator::invalidateAll in core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php
Marks all cache items as invalid.
CacheBackendDecorator::invalidateMultiple in core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php
Marks cache items as invalid.
CacheBackendDecorator::set in core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php
Stores data in the persistent cache.
CacheBackendDecorator::setMultiple in core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php
Store multiple items in the persistent cache.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.