Package org.opencms.ade.sitemap
Class CmsSitemapSessionCache
java.lang.Object
org.opencms.ade.sitemap.CmsSitemapSessionCache
Sitemap session cache.
- Since:
- 8.0.0
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the cached recent list.void
Caches the given recent list.
-
Field Details
-
SESSION_ATTR_SITEMAP_CACHE
Session attribute name constant.- See Also:
-
-
Constructor Details
-
CmsSitemapSessionCache
Initializes the session cache.- Parameters:
cms
- the cms context
-
-
Method Details
-
getRecentList
Returns the cached recent list.- Returns:
- the cached recent list
-
setRecentList
Caches the given recent list.- Parameters:
list
- the recent list to cache
-