fix property name in doc

This commit is contained in:
nishantmonu51 2015-03-09 21:19:29 +05:30
parent 6e935cca0a
commit 704f463dbf
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ You can optionally only configure caching to be enabled on the broker by setting
|`druid.broker.cache.useCache`|Enable the cache on the broker.|false| |`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.populateCache`|Populate the cache on the broker.|false|
|`druid.cache.type`|`local`, `memcached`|The type of cache to use for queries.|`local`| |`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"]| |`druid.broker.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]|
#### Local Cache #### Local Cache

View File

@ -81,7 +81,7 @@ You can optionally only configure caching to be enabled on the historical by set
|`druid.historical.cache.useCache`|Enable the cache on the broker.|false| |`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.populateCache`|Populate the cache on the broker.|false|
|`druid.cache.type`|`local`, `memcached`|The type of cache to use for queries.|`local`| |`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"]| |`druid.historical.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]|
#### Local Cache #### Local Cache