class documentation

Undocumented

Class Variable __slots__ Undocumented
Method _memoized_method__generate_cache_key Undocumented

Inherited from HasCacheKey:

Class Variable inherit_cache Indicate if this :class:`.HasCacheKey` instance should make use of the cache key generation scheme used by its immediate superclass.
Class Method _generate_cache_attrs generate cache key dispatcher for a new class.
Class Method _generate_cache_key_for_object Undocumented
Method _gen_cache_key return an optional cache key.
Method _generate_cache_key return a cache key.
Class Variable _generated_cache_key_traversal Undocumented
Class Variable _hierarchy_supports_caching private attribute which may be set to False to prevent the inherit_cache warning from being emitted for a hierarchy of subclasses.
Class Variable _is_has_cache_key Undocumented

Inherited from MemoizedSlots (via HasCacheKey):

Method __getattr__ Undocumented
Method _fallback_getattr Undocumented
def _memoized_method__generate_cache_key(self) -> Optional[CacheKey]: (source)

Undocumented