Class CacheClearedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.craftercms.engine.event.SiteEvent
org.craftercms.engine.event.CacheClearedEvent
All Implemented Interfaces:
Serializable

public class CacheClearedEvent extends SiteEvent
Event published when a site's cache clear has completed.
Author:
avasquez
See Also:
  • Constructor Details

    • CacheClearedEvent

      public CacheClearedEvent(SiteContext siteContext)
      Create a new event.
      Parameters:
      siteContext - the site's context