Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CacheItemPoolInterface.php

function CacheItemPoolInterface::commit

Persists any deferred cache items.

Return value

bool True if all not-yet-saved items were successfully saved or there were none. False otherwise.

File

vendor/psr/cache/src/CacheItemPoolInterface.php, line 137

Class

CacheItemPoolInterface
CacheItemPoolInterface generates CacheItemInterface objects.

Namespace

Psr\Cache

Code

public function commit() : bool;
RSS feed
Powered by Drupal