Caches documents using their _id field as the unique cache key. This is useful if you primarily query your documents using their _id field, however can be suboptimal (or even a complete waste) if you use different types of queries.
Generated using TypeDoc
Caches documents using their _id field as the unique cache key. This is useful if you primarily query your documents using their _id field, however can be suboptimal (or even a complete waste) if you use different types of queries.