Deletes a cache entry.
string $id cache id:
boolean TRUE if the cache entry was successfully deleted, FALSE otherwise.
Overrides Cache::delete
public function delete($id) { return $this ->doDelete($this ->getNamespacedId($id)); }