public class DocumentContextCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_NAME
Cache attribute name.
|
| Constructor and Description |
|---|
DocumentContextCache()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NuxeoDocumentContextImpl |
get(org.osivia.portal.core.cms.CMSServiceCtx cmsContext,
String path)
Get document context in cache.
|
void |
put(org.osivia.portal.core.cms.CMSServiceCtx cmsContext,
String path,
NuxeoDocumentContextImpl documentContext)
Put document context in cache.
|
public static final String ATTRIBUTE_NAME
public NuxeoDocumentContextImpl get(org.osivia.portal.core.cms.CMSServiceCtx cmsContext, String path)
cmsContext - CMS contextpath - pathpublic void put(org.osivia.portal.core.cms.CMSServiceCtx cmsContext,
String path,
NuxeoDocumentContextImpl documentContext)
cmsContext - CMS contextpath - pathdocumentContext - document contextCopyright © 2019. All rights reserved.