Cache: Add storage_inmemory documentation

Mostly a place-holder at the moment.
This commit is contained in:
Johan Wikman 2016-12-08 13:20:01 +02:00
parent 90e16d79c5
commit 30074b7960

View File

@ -429,6 +429,11 @@ regardless of what host the `admin` user comes from.
# Storage
## `storage_inmemory`
This simple storage module uses the standard memory allocator for storing
the cached data.
## `storage_rocksdb`
This storage module uses RocksDB database for storing the cached data. The