envy-store icon indicating copy to clipboard operation
envy-store copied to clipboard

consider reloadable interface

Open softprops opened this issue 7 years ago • 0 comments

💡 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")

softprops avatar Oct 23 '18 16:10 softprops