mirror of
https://github.com/apache/jclouds.git
synced 2025-02-07 18:49:52 +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.
# # The jclouds provider for Amazon's EC2 (http://aws.amazon.com/ec2/). # # Expects the jclouds ec2 API to be present on your application's classpath. # # TODO: Implementation status. # TODO: Supported features. # TODO: Usage example.