1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 05:00:11 -04:00

2 Commits

Author SHA1 Message Date
Bala FA
208dd15245 Remove globalMaxCacheSize and globalCacheExpiry variables ()
This patch fixes below

* Remove global variables globalMaxCacheSize and globalCacheExpiry.
* Make global variables into constant in objcache package.
2017-03-02 10:34:37 -08:00
Harshavardhana
c0c8a8430e XL/PutObject: Add single putObject and multipart caching. ()
- Additionally adds test cases as well for object cache.
- Adds auto-expiry with expiration and cleanup time interval.

Fixes 
Fixes 
2016-07-08 20:34:27 -07:00