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 $this->memcached ->delete($id); }