keystone.common.cache package¶
Submodules¶
keystone.common.cache.core module¶
Keystone Caching Layer Implementation.
-
class
keystone.common.cache.core.DistributedInvalidationStrategy(region_manager)[source]¶ Bases:
dogpile.cache.region.RegionInvalidationStrategy
-
class
keystone.common.cache.core.RegionInvalidationManager(invalidation_region, region_name)[source]¶ Bases:
object-
REGION_KEY_PREFIX= ‘<<<region>>>:’¶
-
region_id¶
-
-
keystone.common.cache.core.create_region(name)[source]¶ Create a dopile region.
Wraps oslo_cache.core.create_region. This is used to ensure that the Region is properly patched and allows us to more easily specify a region name.
Parameters: name (str) – The region name Returns: The new region. Return type: dogpile.cache.region.CacheRegion