HomeSort by: relevance | last modified time | path
    Searched defs:Expiration (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CachePruning.h 34 /// The expiration for a file. When a file hasn't been accessed for Expiration
36 /// expiration-based pruning.
37 std::chrono::seconds Expiration = std::chrono::hours(7 * 24); // 1w
66 /// which means a pruning interval of 30 seconds, expiration time of 24 hours
CachePruning.h 34 /// The expiration for a file. When a file hasn't been accessed for Expiration
36 /// expiration-based pruning.
37 std::chrono::seconds Expiration = std::chrono::hours(7 * 24); // 1w
66 /// which means a pruning interval of 30 seconds, expiration time of 24 hours

Completed in 70 milliseconds