preheat_open.api.cache.Cache
- class preheat_open.api.cache.Cache(config=<factory>)
Bases:
ABC- __init__(config=<factory>)
Methods
__init__([config])check_key(key)- rtype:
bool
clear()- rtype:
None
close()- rtype:
None
delete(key)- rtype:
None
get(key)- rtype:
Any
open()- rtype:
None
set(key, value[, expire])- rtype:
None
Attributes
config