/**
  * Clears the mappers cache
  * @see OutletMapper::clearCache()
  */
 public function clearCache()
 {
     $this->mapper->clearCache();
 }
Beispiel #2
0
 public function clearCache()
 {
     OutletMapper::clearCache();
 }