public class NavigationCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.gentics.cr.CRResolvableBean |
CACHED_NULL
Object representing a null entry in the cache
|
static String |
CACHEZONE_KEY
Key for the cache zone.
|
| Modifier and Type | Method and Description |
|---|---|
com.gentics.cr.CRResolvableBean |
fetchAndCacheNavigationObject(String startFolder,
String childfilter,
com.gentics.cr.RequestProcessor requestProcessor,
com.gentics.cr.CRRequest req)
Fetch and cache navigation object.
|
static NavigationCache |
get()
Gets the Navigation Cache instance.
|
com.gentics.cr.CRResolvableBean |
getCachedNavigationObject(String startFolder,
String childFilter,
com.gentics.cr.RequestProcessor requestProcessor)
Gets the cached navigation object.
|
public static final com.gentics.cr.CRResolvableBean CACHED_NULL
public static final String CACHEZONE_KEY
public static NavigationCache get()
public com.gentics.cr.CRResolvableBean getCachedNavigationObject(String startFolder, String childFilter, com.gentics.cr.RequestProcessor requestProcessor)
startFolder - the start folderchildFilter - the child filterrequestProcessor - the request processorpublic com.gentics.cr.CRResolvableBean fetchAndCacheNavigationObject(String startFolder, String childfilter, com.gentics.cr.RequestProcessor requestProcessor, com.gentics.cr.CRRequest req)
startFolder - the start folderchildfilter - the childfilterrequestProcessor - the request processorreq - the reqCopyright © 2022 Gentics Software. All rights reserved.