Skip to content

Commit

Permalink
[Docs] Update query_cache.asciidoc (#33340)
Browse files Browse the repository at this point in the history
Add note about non-visibility of cache content.
  • Loading branch information
arusanescu authored and Christoph Büscher committed Nov 1, 2018
1 parent 3ff8895 commit e350f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/modules/indices/query_cache.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The query cache is responsible for caching the results of queries.
There is one queries cache per node that is shared by all shards.
The cache implements an LRU eviction policy: when a cache becomes full, the
least recently used data is evicted to make way for new data.
It is not possible to look at the contents being cached.

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

Expand Down

0 comments on commit e350f0a

Please sign in to comment.