API Reference
Class
StagingStore
Very lightweight file-backed staging cache used during the baseline staging pass. Stores per-domain dataset metadata (currently: item counts) to avoid re-querying when a fresh snapshot exists. Uses the same root directory as the durable results store.
Inheritance
- Object
- StagingStore
Properties
DefaultTtl #Default TTL for staging snapshots when engine TTL is unknown (24h). Can be overridden via TESTIMOX_STAGING_TTL_HOURS.