ManaPHP\CacheInterface::delete PHP Method

delete() public method

Deletes a value with the specified key from cache
public delete ( string $key )
$key string
    public function delete($key);