Adds a file cache to the GCS filesystem, with configurable max staleness for...
Adds a file cache to the GCS filesystem, with configurable max staleness for file contents. Maximum staleness is specified in seconds in the GCS_READ_CACHE_MAX_STALENESS environment variable, and defaults to 0 (indicating that staleness is not tolerated in a newly opened file). Staleness is measured from the arrival time of the first block in the file's block cache. PiperOrigin-RevId: 161897769
Loading
Please sign in to comment