minio/pkg/storage/drivers/cache
Harshavardhana 8f61d6b6be Move memory code out, add it as layer on top of existing donut code
Just like how http.Handlers can be overlayed on top of each other
with each implementing ServeHTTP().

drivers.Driver can be overlayed on top of each other in similar manner
which would implement the drivers.Driver interface.

   API <----> cache <----> donut <----> donut(format)
2015-06-30 10:09:12 -07:00
..
cache-multipart.go Rename memory driver as cache 2015-06-29 16:43:50 -07:00
cache.go Move memory code out, add it as layer on top of existing donut code 2015-06-30 10:09:12 -07:00
cache_test.go Move memory code out, add it as layer on top of existing donut code 2015-06-30 10:09:12 -07:00