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
,InvalidateSitemapSaxerCacheObserver
,InvalidTagCloudCacheOnContentModification
,InvalidTagCloudCacheOnServiceModification
,InvalidTagCloudCacheOnSiteModification
,UserPageCacheObserver
public abstract class AbstractCacheObserver extends AbstractLogEnabled implements Observer
AbstractObserver
for calling front office Web Services.
-
-
Field Summary
-
Fields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description AbstractCacheObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPriority(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 Detail
-
AbstractCacheObserver
public AbstractCacheObserver()
-
-
Method Detail
-
getPriority
public int getPriority(Event event)
Description copied from interface:Observer
Retrieves the priority to observe this event.
This can be used to process a supported event before others observers.- Specified by:
getPriority
in interfaceObserver
- Parameters:
event
- the event.- Returns:
- the priority where 0 the max priority and Integer.MAX_VALUE the min priority.
-
-