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

Delete() public method

public Delete ( $Key )
    public function Delete($Key)
    {
        return $this->Memcached->delete($Key);
    }