purgeAll() 공개 메소드

Triggers the cache purge for all content in cache.
public purgeAll ( ) : mixed
리턴 mixed
 public function purgeAll()
 {
     if ($this->isSwitchedOff()) {
         return;
     }
     $this->gatewayCachePurger->purgeAll();
 }