-
#include "tensorstore/staleness_bound.h" - struct tensorstore::RecheckCachedMetadata : public RecheckCacheOption;
Specifies time bound on cached metadata (as opposed to actual array data).
This is for use with
SpecOptionsand is applicable to drivers that perform caching, and distinguish between data and metadata.The usage is the same as for
RecheckCachedData.