Can I set up an asynchronous process to fetch the most recent flags and cache the result for an offline client to use?
A best practice used is using eg. Redis and a webhook set up to point to their infrastructure which in turn keeps Redis up to date.
There is not an implementation for caching on the server side as it's difficult for Flagsmith to know what sort of resources you have available at runtime.
There is not an implementation for caching on the server side as it's difficult for Flagsmith to know what sort of resources you have available at runtime.
Updated on: 18/02/2021
Thank you!