satisfiedCache property Null safety
final
For how long should we cache positive test results. Might be usefull in cases when the test itself is expensive, positive results don't spontaneously change that often etc.
Implementation
final Duration satisfiedCache;