Are solutions for use with Nodejs MySQL, but I found no possibility to fasten them to the models have sailsjs. How to cache database queries mysql? How can I do it?
You can create your own Sails adapter for MySQL with cache support using existing sails-mysql adpater. Basically you need to extend find
method with caching functionality.