Package org.ametys.web.cache
Class AbstractCacheObserver
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.cache.AbstractCacheObserver
- All Implemented Interfaces:
 Observer,LogEnabled
- Direct Known Subclasses:
 AbstractSiteCacheObserver,InvalidateCacheOnSitemapACLUpdateObserver,InvalidateSiteCacheObserver,InvalidateSiteCacheOnSignupPageUpdatedObserver,InvalidateSitemapSaxerCacheObserver,InvalidTagCloudCacheOnContentModification,InvalidTagCloudCacheOnServiceModification,InvalidTagCloudCacheOnSiteModification,UserPageCacheObserver
Abstract 
Observer for calling front office Web Services.- 
Field Summary
Fields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintgetPriority(Event event) Retrieves the priority to observe this event.
This can be used to process a supported event before others observers.Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger 
- 
Constructor Details
- 
AbstractCacheObserver
public AbstractCacheObserver() 
 - 
 - 
Method Details
- 
getPriority
Description copied from interface:ObserverRetrieves the priority to observe this event.
This can be used to process a supported event before others observers.- Specified by:
 getPriorityin interfaceObserver- Parameters:
 event- the event.- Returns:
 - the priority where 0 the max priority and Integer.MAX_VALUE the min priority.
 
 
 -