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 xcache_unset($id); }