Skip to content

Commit 509b234

Browse files
arusanescuChristoph Büscher
authored and
Christoph Büscher
committed
[Docs] Update query_cache.asciidoc (#33340)
Add note about non-visibility of cache content.
1 parent 4de8c43 commit 509b234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference/modules/indices/query_cache.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The query cache is responsible for caching the results of queries.
55
There is one queries cache per node that is shared by all shards.
66
The cache implements an LRU eviction policy: when a cache becomes full, the
77
least recently used data is evicted to make way for new data.
8+
It is not possible to look at the contents being cached.
89

910
The query cache only caches queries which are being used in a filter context.
1011

0 commit comments

Comments
 (0)