Add shared cache class and add mounted index cache invalidation when document and index instance nodes are updated or deleted.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-10-08 02:22:05 -04:00
parent c715d0fc8e
commit 7ff974382b
11 changed files with 201 additions and 24 deletions

View File

@@ -57,6 +57,8 @@ Other changes
* Restore use of the .store_body variable accidentally remove in
63a77d0235ffef3cd49924ba280879313c622682. Closes GitLab issue #519.
Thanks to TheOneValen @TheOneValen for the report.
* Add shared cache class and add mounted index cache invalidation when
document and index instance nodes are updated or deleted.
Removals
--------