notSatisfiedCache property Null safety

Duration notSatisfiedCache
final

For how long should we cache negative (unsatisfiend and failed) test results. Might be usefull in cases when the test itself is expensive, failed results don't spontaneously change that often etc.

Implementation

final Duration notSatisfiedCache;