public abstract class AbstractZoneItemCacheObserver extends AbstractLogEnabled implements Observer, Serviceable
Modifier and Type | Field and Description |
---|---|
protected PageElementCache |
_zoneItemCache
The ZoneItems cache.
|
MAX_PRIORITY, MIN_PRIORITY
Constructor and Description |
---|
AbstractZoneItemCacheObserver() |
Modifier and Type | Method and Description |
---|---|
int |
getPriority(Event event)
Retrieves the priority to observe this event.
This can be used to process a supported event before others observers. |
void |
service(ServiceManager manager) |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
protected PageElementCache _zoneItemCache
public AbstractZoneItemCacheObserver()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
public int getPriority(Event event)
Observer
getPriority
in interface Observer
event
- the event.