constants
TimeoutConf
dataclass
Bases: DictMixin
Define cache timeout as a class.
Inherits the .as_dict() method from DictMixin.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
amount |
int
|
Amount of time to allow for timeout |
field(default=15)
|
unit |
str
|
Unit of time corresponding with the |
field(default='minutes')
|