DiskCache
Type: Cache
Description: Uses Disk files (and SQLite DBs) as Caches. Takes advantage of the disk space instead of RAM.
This Cache is built on top of diskcache on its FanoutCache.
An extra installation is required: pip install pyot[diskcache]
class DiskCache
DiskCacheBackend: pyot.stores.diskcache.DiskCache
Definitions:
__init__directory:str | PathPath of the directory used as cache.
expirations:Dict[str, int | float | timedelta] = Nonelog_level:int = 0**kwargsAny extra kwargs provided will be passed into
diskcache.FanoutCache.
Last updated