From 30074b796074ff3f17f1f6aee586ca2d6333e662 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Thu, 8 Dec 2016 13:20:01 +0200 Subject: [PATCH] Cache: Add storage_inmemory documentation Mostly a place-holder at the moment. --- Documentation/Filters/Cache.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/Filters/Cache.md b/Documentation/Filters/Cache.md index a65f5c369..04e68ee8c 100644 --- a/Documentation/Filters/Cache.md +++ b/Documentation/Filters/Cache.md @@ -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