Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consider reloadable interface #6

Open
softprops opened this issue Oct 23, 2018 · 0 comments
Open

consider reloadable interface #6

softprops opened this issue Oct 23, 2018 · 0 comments

Comments

@softprops
Copy link
Owner

💡 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")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant