fkooman\RemoteStorage\RemoteStorageService::addNoCache PHP Method

addNoCache() private method

private addNoCache ( fkooman\Http\Response &$response )
$response fkooman\Http\Response
    private function addNoCache(Response &$response)
    {
        $response->setHeader('Expires', 0);
        $response->setHeader('Cache-Control', 'no-cache');
    }