public class ExoDataCache extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.services.cache.ExoCache<Serializable,Serializable> |
cache
.
|
protected org.exoplatform.commons.cache.future.FutureExoCache<Serializable,Serializable,POMSession> |
objects
.
|
| Constructor and Description |
|---|
ExoDataCache(org.exoplatform.services.cache.CacheService cacheService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clear() |
protected org.exoplatform.portal.mop.navigation.NavigationData |
getNavigation(POMSession session,
org.exoplatform.portal.mop.SiteKey key) |
protected org.exoplatform.portal.mop.navigation.NodeData |
getNode(POMSession session,
String key) |
protected org.exoplatform.portal.mop.navigation.NavigationData |
loadNavigation(POMSession session,
org.exoplatform.portal.mop.SiteKey key) |
protected org.exoplatform.portal.mop.navigation.NodeData |
loadNode(POMSession session,
String nodeId) |
protected void |
removeNavigation(org.exoplatform.portal.mop.SiteKey key) |
protected void |
removeNodes(Collection<String> keys) |
protected org.exoplatform.services.cache.ExoCache<Serializable,Serializable> cache
protected org.exoplatform.commons.cache.future.FutureExoCache<Serializable,Serializable,POMSession> objects
public ExoDataCache(org.exoplatform.services.cache.CacheService cacheService)
protected void removeNodes(Collection<String> keys)
protected org.exoplatform.portal.mop.navigation.NodeData getNode(POMSession session, String key)
protected void removeNavigation(org.exoplatform.portal.mop.SiteKey key)
protected org.exoplatform.portal.mop.navigation.NavigationData getNavigation(POMSession session, org.exoplatform.portal.mop.SiteKey key)
protected void clear()
protected final org.exoplatform.portal.mop.navigation.NodeData loadNode(POMSession session, String nodeId)
protected final org.exoplatform.portal.mop.navigation.NavigationData loadNavigation(POMSession session, org.exoplatform.portal.mop.SiteKey key)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.