Searched defs:CachingOptions (Results 1 – 1 of 1) sorted by relevance
110 struct CachingOptions { struct111 std::string Path; // Path to the cache, empty to disable.112 int PruningInterval = 1200; // seconds, -1 to disable pruning.113 unsigned int Expiration = 7 * 24 * 3600; // seconds (1w default).114 unsigned MaxPercentageOfAvailableSpace = 75; // percentage.