// Set and delete operations invalidate the cache item. Try to also load
// an eventually invalidated cache entry, only update an invalidated cache
@@ -283,6 +283,8 @@ protected function updateCache($lock = TRUE) {
* An ASCII-encoded cache ID that is at most 255 characters long.
*/
protectedfunctionnormalizeLockName($cid){
@trigger_error(sprintf('%s is deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. The lock service is responsible for normalizing the lock name. See https://www.drupal.org/node/3436961',__METHOD__),E_USER_DEPRECATED);
// Nothing to do if the ID is a US ASCII string of 255 characters or less.
$this->expectDeprecation('Drupal\Core\Cache\CacheCollector::normalizeLockName is deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. The lock service is responsible for normalizing the lock name. See https://www.drupal.org/node/3436961');