Pop\Cache\Cache::clear PHP Méthode

clear() public méthode

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