Uses of Interface
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStateCache
-
Packages that use DocumentNodeStateCache Package Description org.apache.jackrabbit.oak.plugins.document org.apache.jackrabbit.oak.plugins.document.secondary -
-
Uses of DocumentNodeStateCache in org.apache.jackrabbit.oak.plugins.document
Fields in org.apache.jackrabbit.oak.plugins.document declared as DocumentNodeStateCache Modifier and Type Field Description static DocumentNodeStateCacheDocumentNodeStateCache. NOOPMethods in org.apache.jackrabbit.oak.plugins.document that return DocumentNodeStateCache Modifier and Type Method Description DocumentNodeStateCacheDocumentNodeStore. getNodeStateCache()Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type DocumentNodeStateCache Modifier and Type Method Description protected voidDocumentNodeStoreService. bindNodeStateCache(DocumentNodeStateCache nodeStateCache)voidDocumentNodeStore. setNodeStateCache(DocumentNodeStateCache nodeStateCache)protected voidDocumentNodeStoreService. unbindNodeStateCache(DocumentNodeStateCache nodeStateCache) -
Uses of DocumentNodeStateCache in org.apache.jackrabbit.oak.plugins.document.secondary
Classes in org.apache.jackrabbit.oak.plugins.document.secondary that implement DocumentNodeStateCache Modifier and Type Class Description classSecondaryStoreCache
-