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

@@ -7,7 +7,7 @@ from fuse import FUSE
from django.core import management
from django.core.management.base import CommandError
from ...classes import IndexFilesystem
from ...filesystems import IndexFilesystem
logger = logging.getLogger(__name__)