minio/pkg/storage/trove
Harshavardhana 05f8654e3d Add Append() method to trove cache for appending data to an existing key
This largely avoids a large buffer copy which would accumulate inside proxyReader{}

This patch also implements "initialize()" function to init and populate data
on all the existing buckets, avoiding the redundant ListBuckets() invoked by
every API call.
2015-06-27 20:25:24 -07:00
..
trove.go Add Append() method to trove cache for appending data to an existing key 2015-06-27 20:25:24 -07:00
trove_test.go Make caching a package trove, and use it inside memory driver 2015-05-31 18:41:56 -07:00