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