ManaPHP\Cache::delete PHP Method

delete() public method

public delete ( string $key ) : void
$key string
return void
    public function delete($key)
    {
        $this->adapter->delete($this->_prefix . $key);
    }