Base
_base
¶
BaseExtension
¶
Bases: ABC, Generic[_HTTPClientT_co, _CacheManagerT_co, _CacheGroupT_co]
The base extension class.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
client
|
_HTTPClientT_co
|
The HTTP client to use for requests. |
required |
Attributes:
| Name | Type | Description |
|---|---|---|
_client |
_HTTPClientT_co
|
The HTTP client to use for requests. |
_cache_manager |
_CacheManagerT_co
|
The top-level cache manager. |
_cache_group |
_CacheGroupT_co
|
The category-specific cache group. |