-
#include "tensorstore/staleness_bound.h"
- struct tensorstore::RecheckCached : public RecheckCacheOption;
Specifies the same time bound for both cached array data and metadata.
This is for use with
SpecOptions
and is applicable to drivers that perform caching.The usage is the same as for
RecheckCachedData
.Methods¶
- static constexpr RecheckCached AtOpen();
Special time bound equal to the time the TensorStore is opened.