Package org.ametys.web.frontoffice
Class SearchPagesServiceCachePolicy
java.lang.Object
org.ametys.web.cache.pageelement.AbstractSimplePageElementCachePolicy
org.ametys.web.frontoffice.SearchPagesServiceCachePolicy
- All Implemented Interfaces:
 PageElementCachePolicy
PageElementCachePolicy for the front search service.- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.web.cache.pageelement.PageElementCachePolicy
PageElementCachePolicy.PolicyResult - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription_getRemovingCacheEventIds(String workspace) Returns all event ids for which the cache should be removed.Returns the types of the associated page elements.Methods inherited from class org.ametys.web.cache.pageelement.AbstractSimplePageElementCachePolicy
_supports, shouldClearCache, shouldClearCache 
- 
Field Details
- 
SERVICE_FRONT_SEARCH_ID
The front search service ID.- See Also:
 
 
 - 
 - 
Constructor Details
- 
SearchPagesServiceCachePolicy
public SearchPagesServiceCachePolicy() 
 - 
 - 
Method Details
- 
getPageElementTypes
Description copied from interface:PageElementCachePolicyReturns the types of the associated page elements.- Returns:
 - the types of the associated page elements.
 
 - 
_getRemovingCacheEventIds
Description copied from class:AbstractSimplePageElementCachePolicyReturns all event ids for which the cache should be removed.- Specified by:
 _getRemovingCacheEventIdsin classAbstractSimplePageElementCachePolicy- Parameters:
 workspace- the current JCR workspace.- Returns:
 - all event ids for which the cache should be removed.
 
 
 -