public function Cache::delete in Plug 7
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 lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ CacheProvider.php - Deletes a cache entry.
File
- lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ Cache.php, line 85
Class
- Cache
- Interface for cache drivers.
Namespace
Doctrine\Common\CacheCode
public function delete($id);