You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2019/09/28 14:41:27 UTC

[GitHub] [celix] rlenferink opened a new issue #89: Refactor cache dir behaviour

rlenferink opened a new issue #89: Refactor cache dir behaviour
URL: https://github.com/apache/celix/issues/89
 
 
   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 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services