| Constructor and Description | 
|---|
PathCache(CoreSession session,
         int maxSize)  | 
| Modifier and Type | Method and Description | 
|---|---|
DocumentModel | 
get(String path)  | 
void | 
put(String path,
   DocumentModel model)  | 
void | 
remove(String path)  | 
public PathCache(CoreSession session, int maxSize)
public void put(String path, DocumentModel model)
public DocumentModel get(String path)
Copyright © 2016 Nuxeo SA. All rights reserved.