You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many parameters caching filters can take. Based on these, they can look different. The goal of this issue is to identify the best way these caching filters can look like. Here are different options:
Putting they type of cache in the filter name and create many filters:
There are other questions as well, like should we give the caching parameters to the filter, or should they be configured once, when skrop starts? In case there is a global config, the filters could look like:
localFileCache()
inMemoryCache()
s3Cache()
Note: This approach brings less flexibility, as parameters can't be configured for each route
There might be other options as well. Let's discuss about this!
The text was updated successfully, but these errors were encountered:
There are many parameters caching filters can take. Based on these, they can look different. The goal of this issue is to identify the best way these caching filters can look like. Here are different options:
Putting they type of cache in the filter name and create many filters:
Giving the caching strategy as a parameter:
There are other questions as well, like should we give the caching parameters to the filter, or should they be configured once, when skrop starts? In case there is a global config, the filters could look like:
Note: This approach brings less flexibility, as parameters can't be configured for each route
There might be other options as well. Let's discuss about this!
The text was updated successfully, but these errors were encountered: