Refactor cache dir behaviour #89
Labels
component/framework
Categorizes an issue or PR relevant to the framework.
kind/improvement
Categorizes issue or PR as related to improvements.
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
The text was updated successfully, but these errors were encountered: