envy-store
envy-store copied to clipboard
consider reloadable interface
💡 Feature description
Parameter store could potentially by useful for configuration that changes after an application process starts. It's possible to wrap envy-store in something that caches and requires but its also possible that could be provided. Let's see what the tradeoffs in complexity would be.
💻 Basic example
a sketch
envy_store::with_cache(Options { ttl: Duration::from_secs(60) }).from_path("/demo")