Pop\Cache\Adapter\Sqlite::clear PHP 메소드

clear() 공개 메소드

Method to clear all stored values from cache.
public clear ( ) : void
리턴 void
    public function clear()
    {
        $this->sqlite->adapter()->query('DELETE FROM "' . $this->table . '"');
    }