Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/glance/+spec/glance-upload-memcache. Description: add a memcache to glance api for uploads to backend store. Currently, the data is written to disk and then streamed onto backend store (for most stores). However, if we can have a cache which avoid disk IO it might help speed up uploads. Specification URL (additional information): None