HippoPHP\Hippo\LazyFactory::resetCache PHP Method

resetCache() public method

public resetCache ( ) : File
return File
    public function resetCache()
    {
        $this->cache = [];
    }