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