unregister(); $cacheLoader->register(true); */ $request = Request::createFromGlobals(); $thelia = new Thelia("prod", false); //$thelia = new HttpCache($thelia); $response = $thelia->handle($request)->prepare($request)->send(); $thelia->terminate($request, $response);