public function Cache::delete in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php \Doctrine\Common\Cache\Cache::delete()
Deletes a cache entry.
Parameters
string $id The cache id.:
Return value
boolean TRUE if the cache entry was successfully deleted, FALSE otherwise.
1 method overrides Cache::delete()
- CacheProvider::delete in vendor/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ CacheProvider.php - Deletes a cache entry.
File
- vendor/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ Cache.php, line 85
Class
- Cache
- Interface for cache drivers.
Namespace
Doctrine\Common\CacheCode
public function delete($id);