RequestCacheConfig
- class app.util.requests.config.cache.RequestCacheConfig[source]
Bases:
BaseConfigModel
Inheritance Diagram for RequestCacheConfig
Methods
Validate the filetype is compatible with the backend.
Attributes
Configuration for the model, should be a dictionary conforming to
ConfigDict
.inherited
defaulted
instance_name
instance_parent
-
backend:
RequestsCacheBackend
- property backend_effective: RequestsCacheBackend
-
filetype:
RequestsCacheFileType
- property filetype_effective: RequestsCacheFileType
- model_config: ClassVar[ConfigDict] = {'extra': 'forbid', 'frozen': True}
Configuration for the model, should be a dictionary conforming to
ConfigDict
.
-
root_dir:
RequestsCacheRootDir
-
backend: