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

clear() 공개 메소드

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