phprs\util\RedisCache::del PHP 메소드

del() 공개 메소드

删除key
public del ( string $key ) : boolean
$key string
리턴 boolean
    public function del($key)
    {
        return $this->getImpl()->delete($key) == 1;
    }