celix icon indicating copy to clipboard operation
celix copied to clipboard

Refactor cache dir behaviour

Open rlenferink opened this issue 6 years ago • 0 comments

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 avatar Sep 28 '19 14:09 rlenferink