Storm\Utilities\Cache\MemcachedCache::Delete PHP 메소드

Delete() 공개 메소드

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