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

Refactor cache dir behaviour #89

Closed
rlenferink opened this issue Sep 28, 2019 · 0 comments · Fixed by #476
Closed

Refactor cache dir behaviour #89

rlenferink opened this issue Sep 28, 2019 · 0 comments · Fixed by #476
Labels
component/framework Categorizes an issue or PR relevant to the framework. kind/improvement Categorizes issue or PR as related to improvements.

Comments

@rlenferink
Copy link
Member

Currently the celix .cache dir is default created in the workdir and not cleanup during shutdown. To make celix act more like a normal program this should be refactored.

Move the default location of the cache file to (e.g.) /tmp/celix/cache-XXXXXXX (using mktemp) and default cleanup the .cache during shutdown.

Ensure that the cache behavior is configurable to that user can opt-in to the previous behavior.


Original creation date: 09/Apr/2018
Reporter: @pnoltes

@rlenferink rlenferink added component/framework Categorizes an issue or PR relevant to the framework. kind/improvement Categorizes issue or PR as related to improvements. labels Sep 28, 2019
@rlenferink rlenferink added this to the 2.3.0 milestone Sep 28, 2019
@pnoltes pnoltes removed this from the 2.3.0 milestone Apr 3, 2023
@pnoltes pnoltes linked a pull request Apr 3, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/framework Categorizes an issue or PR relevant to the framework. kind/improvement Categorizes issue or PR as related to improvements.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants