Sfoglia il codice sorgente

[Docs] Update query_cache.asciidoc (#33340)

Add note about non-visibility of cache content.
Alexandru Rusanescu 7 anni fa
parent
commit
f3e150b0ea
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      docs/reference/modules/indices/query_cache.asciidoc

+ 1 - 0
docs/reference/modules/indices/query_cache.asciidoc

@@ -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.