CacheApc::rm PHP 메소드

rm() 공개 메소드

删除缓存
public rm ( string $name ) : boolen
$name string 缓存变量名
리턴 boolen
    public function rm($name)
    {
        return apc_delete($this->options['prefix'] . $name);
    }