The nova.virt.imagecache Module

class ImageCacheManager

Bases: object

Base class for the image cache manager.

This class will provide a generic interface to the image cache manager.

update(context, all_instances)

The cache manager.

This will invoke the cache manager. This will update the cache according to the defined cache management scheme. The information populated in the cached stats will be used for the cache management.

Previous topic

The nova.virt.image.model Module

Next topic

The nova.virt.images Module

Project Source

This Page