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
The current caching mechanism for upstream requests (which caches in Artifactory) is custom written. It might be better written as a custom caching backend for flask-caching instead.
By separating out the backend that way, we could also unlock the ability to use any cache backend supported, like local filesystem or whatever.
We can also look to start using this to cache other data (combined listings, etc.).
The text was updated successfully, but these errors were encountered:
Somewhat related:
https://flask-caching.readthedocs.io/en/latest/
The current caching mechanism for upstream requests (which caches in Artifactory) is custom written. It might be better written as a custom caching backend for flask-caching instead.
By separating out the backend that way, we could also unlock the ability to use any cache backend supported, like local filesystem or whatever.
We can also look to start using this to cache other data (combined listings, etc.).
The text was updated successfully, but these errors were encountered: