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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getKeys()Get the keys to be invalidated.
-
-
-
Method Detail
-
getKeys
String[] getKeys()
Get the keys to be invalidated.- Returns:
- The keys.
-
-