sequelize-simple-cache
sequelize-simple-cache copied to clipboard
Explicit cache invalidation
In my case we are using a single node (it's actually an embedded process) so other parts of the code know explicitly when models are updated. Is there a way to invalidate certain model/ids when an update occurs?