Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.api.repository.cache.DocumentModelCache

Packages that use DocumentModelCache
org.nuxeo.ecm.core.api.repository.cache   
 

Uses of DocumentModelCache in org.nuxeo.ecm.core.api.repository.cache
 

Classes in org.nuxeo.ecm.core.api.repository.cache that implement DocumentModelCache
 class CachingRepositoryInstanceHandler
          Cached children are not preserving order The order should be updated from notifications
 

Methods in org.nuxeo.ecm.core.api.repository.cache with parameters of type DocumentModelCache
 void DocumentModelCacheUpdater.handleEvent(DocumentModelCache cache, java.util.HashSet<DocumentModel> updatedDocs, java.util.HashSet<DocumentModel> updatedTrees, OperationEvent event)
           
 

Constructors in org.nuxeo.ecm.core.api.repository.cache with parameters of type DocumentModelCache
CachingDocumentIterator(DocumentModelCache cache, DocumentModelIterator it)
           
CachingDocumentList(DocumentModelCache cache, java.util.List<DocumentModel> list)
           
DocumentChildrenList(DocumentModelCache cache, java.util.List<DocumentModel> list)
           
DocumentModelCacheUpdater(DocumentModelCache cache)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.