#include "tensorstore/staleness_bound.h"
explicit constexpr tensorstore::RecheckCacheOption::
    
RecheckCacheOption(bool value);

Constructs a bound that either always or never revalidates cached data.

Parameters:
bool value

If true, always revalidate cached data regardless of how old it is. If false, never revalidate cached data, regardless of how old it is.