@Component public final class WebCmsMenuCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ASSET_OBJECT_ID |
static String |
ENDPOINT_ID |
| Constructor and Description |
|---|
WebCmsMenuCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Collection<com.foreach.across.modules.web.menu.Menu> |
getMenuItems(String menuName)
Returns the flat list of menu items that are registered for a particular menu
on the current domain.
|
void |
reloadCache() |
void |
remove(String menuName) |
public static final String ENDPOINT_ID
public static final String ASSET_OBJECT_ID
public Collection<com.foreach.across.modules.web.menu.Menu> getMenuItems(String menuName)
menuName - name of he menunull)public void remove(String menuName)
public void clear()
@PostRefresh public void reloadCache()
Copyright © 2020. All rights reserved.