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,Prioritizable,Supporter<Event>
- 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
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger 
- 
Constructor Details
- 
AbstractCacheObserver
public AbstractCacheObserver() 
 - 
 - 
Method Details
- 
getPriority
Description copied from interface:PrioritizableGet the priority for the component. On components usingPrioritizableinterface, each implementation define the order. In most cases, less is the number, more prior is the component.- Specified by:
 getPriorityin interfacePrioritizable- Returns:
 - the priority
 
 
 -