DiskCache
- Type: Cache
- Description: Uses Disk files (and SQLite DBs) as Caches. Takes advantage of the disk space instead of RAM.
An extra installation is required:
pip install pyot[diskcache]
Backend:
pyot.stores.diskcache.DiskCache
Definitions:
__init__
directory
:str | Path
Path of the directory used as cache.expirations
:Dict[str, int | float | timedelta] = None
log_level
:int = 0
**kwargs
Any extra kwargs provided will be passed intodiskcache.FanoutCache
.
Last modified 1yr ago