CacheData Model
swiftshadow.models.CacheData
dataclass
Class repersenting data structure if the cache in cache file.
Attributes:
| Name | Type | Description |
|---|---|---|
expiryIn |
datetime
|
Expiry date object. |
configString |
str
|
Configuration String for the ProxyInterface this cache was created. |
proxies |
list[Proxy]
|
Proxies to head. |