From 6c1486ed0657a1bbe10ef6b2b3f48e0a31b15ba6 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Wed, 10 Oct 2018 09:51:47 +0300 Subject: [PATCH] Fix cache release notes note --- Documentation/Release-Notes/MaxScale-2.3.0-Release-Notes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/Release-Notes/MaxScale-2.3.0-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.3.0-Release-Notes.md index 4a30be3c1..8ed20b059 100644 --- a/Documentation/Release-Notes/MaxScale-2.3.0-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.3.0-Release-Notes.md @@ -211,8 +211,9 @@ configure it. ### Runtime Configuration of the Cache -With the variable `@maxscale.cache.enabled` it is now possible for a -client to specify whether the cache should be used. Please see the +With the variables `@maxscale.cache.use` and `@maxscale.cache.populate` +it is now possible for a client to specify whether the cache should be +used and/or populated. Please see the [Cache](../Filters/Cache.md) documentation for details. ### User Specified Syslog Facility and Level for Authentication Errors