1 Answer

0 votes
by

Caching refers to storing server response in client itself so that a client needs not to make server request for same resource again and again. A server response should have information about how a caching is to be done so that a client caches response for a period of time or never caches the server response.

Related questions

0 votes
    What are the best practices for caching in RESTful?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What constraint is not a strict requirement for a service to be called a RESTful web service? 1. Uniform Interface 2. Code ... 3. Stateless 4. Client-Server 5. All of the above...
asked Jun 26, 2021 in Technology by JackTerrance
0 votes
    Is it necessary to keep Spring MVC in the classpath for developing RESTful web services?...
asked Jun 24, 2021 in Technology by JackTerrance
0 votes
    How can you test RESTful Web Services?...
asked Jun 23, 2021 in Technology by JackTerrance
0 votes
    What is Payload in terms of RESTful web services?...
asked Jun 23, 2021 in Technology by JackTerrance
0 votes
    What are the features of RESTful Web Services?...
asked Jun 22, 2021 in Technology by JackTerrance
0 votes
    What do you understand by RESTful Web Services?...
asked Jun 22, 2021 in Technology by JackTerrance
0 votes
0 votes
    What HTTP Status Code 500 states in RESTful?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What HTTP Status Code 404 states in RESTful?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What HTTP Status Code 401 states in RESTful?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What HTTP Status Code 400 states in RESTful?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What HTTP Status Code 304 states in RESTful?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What HTTP Status Code 204 states in RESTful?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What HTTP Status Code 201 states in RESTful?...
asked Nov 7, 2020 in Technology by JackTerrance
...