function Cache::delete

Deletes a cache entry.

Parameters

string $id cache id:

Return value

boolean TRUE if the cache entry was successfully deleted, FALSE otherwise.

1 method overrides Cache::delete()
CacheProvider::delete in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/CacheProvider.php
Deletes a cache entry.

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/Cache.php, line 76

Class

Cache
Interface for cache drivers.

Namespace

Doctrine\Common\Cache

Code

function delete($id);