keystone.common.cache.core module
Keystone Caching Layer Implementation.
-
keystone.common.cache.core.apply_invalidation_patch(region, region_name)[source]
Patch the region interfaces to ensure we share the expiration time.
This method is used to patch region.invalidate, region._hard_invalidated,
and region._soft_invalidated.
-
keystone.common.cache.core.configure_cache(region=None)[source]
-
keystone.common.cache.core.get_memoization_decorator(group, expiration_group=None, region=None)[source]