LastModifiedIfModifiedSince
LastModifiedIfModifiedSince is a concept related to HTTP caching. When a client requests a resource, the server can respond with a Last-Modified header, indicating the date and time the resource was last changed. The client then stores this information along with the resource.
On subsequent requests for the same resource, the client can include an If-Modified-Since header in its request.
If the resource has not been modified, the server responds with a 304 Not Modified status code.