Class InvalidateZoneItemCacheOnWallContentObserver
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.workspaces.wall.observers.AbstractInvalidateZoneItemCacheOnWallObserver
org.ametys.plugins.workspaces.wall.observers.InvalidateZoneItemCacheOnWallContentObserver
- All Implemented Interfaces:
Observer
,LogEnabled
,Prioritizable
,Supporter<Event>
,Serviceable
public class InvalidateZoneItemCacheOnWallContentObserver
extends AbstractInvalidateZoneItemCacheOnWallObserver
Observer
to invalidate zone item cache of wall content service when a wall content is commented-
Field Summary
Fields inherited from class org.ametys.plugins.workspaces.wall.observers.AbstractInvalidateZoneItemCacheOnWallObserver
_contentTypeHelper, _moduleManagerEP, _projectManager, _zoneItemCache
Fields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ametys.plugins.workspaces.wall.observers.AbstractInvalidateZoneItemCacheOnWallObserver
getPriority, observe, service
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
InvalidateZoneItemCacheOnWallContentObserver
-
-
Method Details
-
supports
Description copied from interface:Supporter
Check if an element is supported- Parameters:
event
- The element- Returns:
true
if the element is supported,false
otherwise
-