strapi-community / strapi-plugin-rest-cache

Speed-up HTTP requests with LRU cache.
https://strapi-community.github.io/strapi-plugin-rest-cache/
MIT License
129 stars 29 forks source link

Transform data before storing in cache #35

Closed nystrand1 closed 2 years ago

nystrand1 commented 2 years ago

This PR adds a check if the strapi-plugin-transformer plugin is installed. If it is, it should transform the data before storing into the cache provider.

This relates to #25, and seems to solve the issue afaik

stafyniaksacha commented 2 years ago

Thank you @nystrand1 for your contribution!

BabyDino commented 1 year ago

Thank you @nystrand1!

Namstel commented 1 year ago

Much obliged!