Removes a value from the cache.
string $key A unique key:
Overrides CacheInterface::remove
public function remove($key) { $this->cache ->remove($key . '.expires'); $this->cache ->remove($key); }