Hi, Firstly, I'm aware of this thread: https://groups.google.com/forum/#!searchin/akka-user/configfactory/akka-user/md2b192hqLA/bjs6tO9HSBkJ
However, what I'd like to know is, is it possible to disable caching? The Javadoc for ConfigFactory.invalidateCaches states that it "Reloads any cached configs", although when you look at it, it's obviously only invalidating the cache of system properties, not all configs. Similarly, the Javadoc for ConfigFactory.load specifically states to use invalidateCaches in order "to force it to reload", so reloading config is clearly something that has been thought about at some stage. Is it possible to disable caching? If not, was it deliberately excluded for some reason? Other than lacking the ability to reload, the Config library suits our project perfectly, so it would be great if there were some way to do this. Cheers, Shannon -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
