mirror of
https://github.com/minio/minio.git
synced 2025-11-10 22:10:12 -05:00
committed by
Minio Trusted
parent
13ba4b433d
commit
85f3a9f3b0
@@ -1,6 +1,6 @@
|
||||
# Disk Cache Quickstart Guide [](https://slack.min.io)
|
||||
|
||||
Disk caching feature here refers to the use of caching disks to store content closer to the tenants. For instance, if you access an object from a lets say `gateway azure` setup and download the object that gets cached, each subsequent request on the object gets served directly from the cache drives until it expires. This feature allows MinIO users to have
|
||||
Disk caching feature here refers to the use of caching disks to store content closer to the tenants. For instance, if you access an object from a lets say `gateway s3` setup and download the object that gets cached, each subsequent request on the object gets served directly from the cache drives until it expires. This feature allows MinIO users to have
|
||||
|
||||
- Object to be delivered with the best possible performance.
|
||||
- Dramatic improvements for time to first byte for any object.
|
||||
|
||||
Reference in New Issue
Block a user