assets_guardian.core.config.cache_config

Classes

CacheConfig(batch_size,Β cache_dir)

Cache configuration.

class assets_guardian.core.config.cache_config.CacheConfig(batch_size: int, cache_dir: str)[source]

Bases: object

Cache configuration.

Variables:
  • batch_size (int) – Size of batches for cache read/write operations.

  • cache_dir (str) – Directory where cache is stored.