Update stats.asciidoc

Renamed filter_cache->query_cache and removed id_cache

Closes #16626
This commit is contained in:
Clinton Gormley 2016-01-26 13:47:57 +01:00
parent df0be87b18
commit 4e5316591a
1 changed files with 1 additions and 5 deletions

View File

@ -57,15 +57,11 @@ Will return, for example:
"memory_size_in_bytes": 0,
"evictions": 0
},
"filter_cache": {
"query_cache": {
"memory_size": "0b",
"memory_size_in_bytes": 0,
"evictions": 0
},
"id_cache": {
"memory_size": "0b",
"memory_size_in_bytes": 0
},
"completion": {
"size": "0b",
"size_in_bytes": 0