- tensorstore.RecheckCacheOption
Determines under what circumstances cached data is revalidated.
TrueRevalidate cached data at every option.
FalseAssume cached data is always fresh and never revalidate.
"open"Revalidate cached data older than the time at which the TensorStore was opened.
floatRevalidate cached data older than the specified time in seconds since the unix epoch.