CacheMem

class pydelfini.delfini_core.models.cache_mem.CacheMem(cache_max=1073741824, type=Unset)[source]

Bases: object

CacheMem model

Parameters:
cache_max

Default: 1073741824.

Type:

Union[Unset, int]

type
Type:

Union[Unset, CacheMemType]

Attributes

cache_max

type

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of CacheMem from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]