mirror of
https://github.com/apache/jclouds.git
synced 2025-02-06 01:59:19 +00:00
40f31786c5
This commit refactors the ImageCacheSupplier to act as a proper cache. It is used by the ImageExtesion and all operations on the images are propagated to the cache. A method has also been added to the TemplateBuilder to let users force a cache refresh. There have been several requests to provide a way to disable image caching in the compute abstraction, and this new method should fix that.