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

Breadcrumb

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

function CacheItemPoolInterface::clear

Deletes all items in the pool.

Return value

bool True if the pool was successfully cleared. False if there was an error.

File

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

Class

CacheItemPoolInterface
CacheItemPoolInterface generates CacheItemInterface objects.

Namespace

Psr\Cache

Code

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