minio/pkg
Harshavardhana d2557bb538 XL: GetObject caching implemented for XL. (#2017)
The object cache implementation is XL cache, which defaults
to 8GB worth of read cache. Currently GetObject() transparently
writes to this cache upon first client read and then subsequently
serves reads from the same cache.

Currently expiration is not implemented.
2016-07-03 17:15:38 -07:00
..
crypto/sha256 bitrot: Start using blake2b algorithm and remove sha512 usage. (#1957) 2016-06-22 17:13:26 -07:00
disk XL/multipart: statPart should ignore errDiskNotFound. (#1862) 2016-06-07 18:15:04 -07:00
mimedb setBucketMetadata: Fix a deadlock. 2016-02-05 15:48:08 -08:00
objcache XL: GetObject caching implemented for XL. (#2017) 2016-07-03 17:15:38 -07:00
quick server: terminal width should fallback to 80x25. (#1895) 2016-06-12 19:35:28 -07:00
safe pkg/safe: remove temporary file on failure (#1774) 2016-05-28 15:15:53 -07:00