Deletes a cache entry.
string $id cache id:
boolean TRUE if the cache entry was successfully deleted, FALSE otherwise.
Overrides CacheProvider::doDelete
protected function doDelete($id) { return unlink($this ->getFilename($id)); }