clear_all_cache_keys

classmethod CacheManagerMixin.clear_all_cache_keys()[source]

Remove all known cache keys related to this class which aren’t expired.

Uses the cache key log under the class specific key name cache_key_log_name, which is a cached list that contains all known cache keys that have been created by this class, whether via cache_set(), or using the CacheManager decorator z_cache()