-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Is there a way for us to know if it retrieved the data from the database or from the cache?
This would be useful to know.
Also, i have some queries that use aggregate. I notice that if i specify different match criteria (for example query 1 is looking for name: bob and query 2 is looking for name: jim), I get the same results as the first query because they had the same cachekey. How can we get around this? I could make a long cachekey that contains all the attributes of the query, but that's not ideal. And then am i to invalidate the whole cache everytime a new item is added or removed?
Any insights would be appreciated.
Thanks,
Jas
Metadata
Metadata
Assignees
Labels
No labels