Package lumis.portal.page.cache
Interface IPageCacheManagerSPI
-
- All Superinterfaces:
IPageCacheManager
- All Known Implementing Classes:
PageCacheManager
public interface IPageCacheManagerSPI extends IPageCacheManager
Manager responsible for page cache related internal operations.- Since:
- 7.1.0
- Version:
- $Revision: 16037 $ $Date: 2013-11-21 20:58:50 -0200 (Thu, 21 Nov 2013) $
-
-
Field Summary
-
Fields inherited from interface lumis.portal.page.cache.IPageCacheManager
CLEAR_CACHE_CHANGE_TYPE_DELETE, CLEAR_CACHE_CHANGE_TYPE_UPDATE, PAGE_CACHE_GEN_STATE_DISABLED, PAGE_CACHE_GEN_STATE_ENABLED
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resetExpiredGeneratingPages()
Resets all pages that have been in the generating state for more than 30 minutes.-
Methods inherited from interface lumis.portal.page.cache.IPageCacheManager
clearAllHTMLCache, clearCacheByChannelIds, clearCacheByPagesIds, clearPageCacheErrors, delete, expirePageCache, generatePage, get, getPageCacheGenerationState, isPageCacheGenerationEnabled, pageCacheMissed, processHTMLForPageCache, processHTMLForPageCache, setPageCacheGenerationState, updateCachedFilesLastModifiedDate, waitForGeneration, waitForPagesReadyToGenerate
-
-
-
-
Method Detail
-
resetExpiredGeneratingPages
void resetExpiredGeneratingPages() throws PortalException
Resets all pages that have been in the generating state for more than 30 minutes.- Throws:
PortalException
- Since:
- 7.1.0
-
-