in Technology by

Which directive of Cache Control Header of HTTP response can set the time limit of caching?

1 Answer

0 votes
by

max-age directive indicates that the caching is valid up to max-age in seconds. After this, client has to make another request.

Related questions

0 votes
    Which directive of Cache Control Header of HTTP response indicates that resource is cachable by only client and server, no intermediary can cache the resource?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which directive of Cache Control Header of HTTP response provides indication to server to revalidate resource if max-age has passed?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which directive of Cache Control Header of HTTP response indicates that resource is not cachable?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which directive of Cache Control Header of HTTP response indicates that resource is cachable by any component?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which header of HTTP response provides control over caching?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which among the below directives belonging to the Cache-Control header of HTTP response provide information to the server that the ... -revalidate 3. no-cache 4. None of the above...
asked Jun 24, 2021 in Technology by JackTerrance
0 votes
    Which header of HTTP response sets expiration date and time of caching?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which header of HTTP response, provides the date and time of the resource when it was last modified?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which header of HTTP response, provides the date and time of the resource when it was created?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    I'm currently using Amazon's API Gateway to create a REST API that interacts directly with DynamoDB (using ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 14, 2022 in Education by JackTerrance
0 votes
    Which type of caching can be used to cache the contest registration page in a website, to reduce the time taken to ... Cache (b)Data Cache (c)Browser Cache (d)Application Cache...
asked Oct 6, 2020 in Technology by JackTerrance
0 votes
    Caching Technique where cache is populated the first time a certain piece of data is requested is called _________. (a)Local ... (b)Lazy Loading (c)Cache aside (d)Upfront Loading...
asked Oct 6, 2020 in Technology by JackTerrance
0 votes
    What does the Minify set the encoding HTTP header? (a) deflate (b) gzip (c) both deflate and ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    Which of the following input control represents a date and time (year, month, day, hour, minute, second, fractions of a second ... - datetime B - datetime-local C - date D - month...
asked Dec 1, 2020 in Technology by JackTerrance
0 votes
    Which of the below does the task of binding the parameters passed to the HTTP method to HTTP Header while using ... ? 1. @PathParam 2. @QueryParam 3. @HeaderParam 4. @PathVariable...
asked Jun 24, 2021 in Technology by JackTerrance
...