Pop\Cache\Cache::clear PHP Method

clear() public method

Method to clear all stored values from cache.
public clear ( ) : void
return void
    public function clear()
    {
        $this->adapter->clear();
    }