Caching requests unrelated to models #21
stafyniaksacha
started this conversation in
Ideas
Replies: 1 comment
-
I like the idea of adding caching for other assets; personally for my use case is with Jekyll + Strapi. I want to cache the images locally for content-type(s) to then build the website without having to ping the Strapi api server on each build. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today, this plugin only handle routes that are related to a content type.
We can introduce caching for other requests and decide programmatically when they are invalidated.
My questions are:
Beta Was this translation helpful? Give feedback.
All reactions