Is there a way to set an expiry for a resource? I have data that will never be updated from the client, so it won't be invalidated, but may change on the server. It isn't important that resource is always perfectly up-to-date, but it would be great if I could specify an expiration time, at which point requests would hit the server.
Is there a way to set an expiry for a resource? I have data that will never be updated from the client, so it won't be invalidated, but may change on the server. It isn't important that resource is always perfectly up-to-date, but it would be great if I could specify an expiration time, at which point requests would hit the server.