Class 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
Abstract Observer for calling front office Web Services.
  • Constructor Details

  • Method Details

    • 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 interface Observer
      Parameters:
      event - the event.
      Returns:
      the priority where 0 the max priority and Integer.MAX_VALUE the min priority.