I'm currently working on optimizing our high-performance platform, and i do want to implement modelsCache, to cache resultsets... But i can't find a good way to cache & invalidate modelsCache dynamically?
What is the best way to cache & invalidate modelsCache service? Store unique keys some place and in afterUpdate/afterDelete invalidate cache manually?
Thank you