Interface IBrowserCacheInvalidateKeysEvent

All Superinterfaces:
IServerEvent, de.uplanet.lucy.server.events.ITimestampedEvent, IWebResourceEvent
All Known Subinterfaces:
IIxShareApplicationUpdateEvent, IWebResourceUpdateEvent
All Known Implementing Classes:
ApplicationCssModifiedEvent, ApplicationJavaScriptModifiedEvent, IxShareApplicationUpdateEvent, WebResourceUpdateEvent

@Scriptable public interface IBrowserCacheInvalidateKeysEvent extends IWebResourceEvent, de.uplanet.lucy.server.events.ITimestampedEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the keys to be invalidated.

    Methods inherited from interface de.uplanet.lucy.server.events.ITimestampedEvent

    getTimestamp
  • Method Details

    • getKeys

      String[] getKeys()
      Get the keys to be invalidated.
      Returns:
      The keys.