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, setupLoggerprotected PageElementCache _zoneItemCache
public AbstractZoneItemCacheObserver()
public void service(ServiceManager manager) throws ServiceException
service in interface ServiceableServiceExceptionpublic int getPriority(Event event)
ObservergetPriority in interface Observerevent - the event.