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"]|