Saved Bookmarks
| 1. |
Does The Documentdb Api Support Resource Link Caching? |
|
Answer» Yes, because Azure Cosmos DB is a RESTful service, resource LINKS are immutable and can be cached. DocumentDB API CLIENTS can specify an "If-None-Match" HEADER for reads against any resource-like document or collection and then update their local copies after the SERVER VERSION has changed. Yes, because Azure Cosmos DB is a RESTful service, resource links are immutable and can be cached. DocumentDB API clients can specify an "If-None-Match" header for reads against any resource-like document or collection and then update their local copies after the server version has changed. |
|