First of all btw, great work with this. I'm enjoying this overall
One big question I have is in regards to caching.
Current use case is that I have a page that we are loading with some user profile data.
Calling user.find on every page request seems like a waste of resources, and ideally I would rather return the cache if available and valid. wondering how you would approach this.
First of all btw, great work with this. I'm enjoying this overall
One big question I have is in regards to caching.
Current use case is that I have a page that we are loading with some user profile data.
Calling user.find on every page request seems like a waste of resources, and ideally I would rather return the cache if available and valid. wondering how you would approach this.