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:
3
mayan/apps/mirroring/runtime.py
Normal file
3
mayan/apps/mirroring/runtime.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .caches import IndexFilesystemCache
|
||||
|
||||
cache = IndexFilesystemCache()
|
||||
Reference in New Issue
Block a user