heat.common.cache module¶
The code related to integration between oslo.cache module and heat.
- heat.common.cache.register_cache_configurations(conf)[source]¶
- Register all configurations required for oslo.cache. - The procedure registers all configurations required for oslo.cache. It should be called before configuring of cache region - Parameters:
- conf – instance of heat configuration 
- Returns:
- updated heat configuration 
 
