2015-04-02 17:11:19 +02:00
|
|
|
# In-memory storage driver
|
2014-12-29 22:59:40 +01:00
|
|
|
|
|
|
|
An implementation of the `storagedriver.StorageDriver` interface which uses local memory for object storage.
|
|
|
|
|
|
|
|
**IMPORTANT**: This storage driver *does not* persist data across runs, and primarily exists for testing.
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
None
|