minio/cmd/config/cache
poornas 55a3b071ea
Allow optionally to disable range caching. (#9908)
The default behavior is to cache each range requested
to cache drive. Add an environment variable
`MINIO_RANGE_CACHE` - when set to off, it disables
range caching and instead downloads entire object
in the background.

Fixes #9870
2020-06-29 13:25:29 -07:00
..
config.go Allow optionally to disable range caching. (#9908) 2020-06-29 13:25:29 -07:00
config_test.go Export command prints turned-off sub-sys as comments (#8594) 2019-12-03 10:50:20 -08:00
help.go Allow optionally to disable range caching. (#9908) 2020-06-29 13:25:29 -07:00
legacy.go Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
lookup.go Allow optionally to disable range caching. (#9908) 2020-06-29 13:25:29 -07:00