phprs\util\RedisCache::del PHP Méthode

del() public méthode

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