From 2531bb9664672eb7812c593c53ba00c7af8dafce Mon Sep 17 00:00:00 2001 From: Maarten Rijke Date: Mon, 2 Mar 2015 18:03:06 +0100 Subject: [PATCH] Docfix: Update Cache config pages * Update Broker-Config.md Cache options table * Update Historical-Config.md Cache options table (broker->historical) --- docs/content/Broker-Config.md | 4 ++-- docs/content/Historical-Config.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/Broker-Config.md b/docs/content/Broker-Config.md index 1898c8f5bc2..98ebb5a7dd8 100644 --- a/docs/content/Broker-Config.md +++ b/docs/content/Broker-Config.md @@ -76,8 +76,8 @@ You can optionally only configure caching to be enabled on the broker by setting |Property|Possible Values|Description|Default| |--------|---------------|-----------|-------| -|`druid.broker.cache.useCache`|Enable the cache on the broker.|false| -|`druid.broker.cache.populateCache`|Populate the cache on the broker.|false| +|`druid.broker.cache.useCache`|true, false|Enable the cache on the broker.|false| +|`druid.broker.cache.populateCache`|true, false|Populate the cache on the broker.|false| |`druid.cache.type`|`local`, `memcached`|The type of cache to use for queries.|`local`| |`druid.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]| diff --git a/docs/content/Historical-Config.md b/docs/content/Historical-Config.md index 75a66c97fdd..aa9791ad85c 100644 --- a/docs/content/Historical-Config.md +++ b/docs/content/Historical-Config.md @@ -78,8 +78,8 @@ You can optionally only configure caching to be enabled on the historical by set |Property|Possible Values|Description|Default| |--------|---------------|-----------|-------| -|`druid.historical.cache.useCache`|Enable the cache on the broker.|false| -|`druid.historical.cache.populateCache`|Populate the cache on the broker.|false| +|`druid.historical.cache.useCache`|true, false|Enable the cache on the historical.|false| +|`druid.historical.cache.populateCache`|true, false|Populate the cache on the historical.|false| |`druid.cache.type`|`local`, `memcached`|The type of cache to use for queries.|`local`| |`druid.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]|