Storm\Utilities\Cache\PrefixedCache::Delete PHP Method

Delete() public method

public Delete ( $Key )
    public function Delete($Key)
    {
        return $this->Delete($this->Prefix . $Key);
    }