Interface IClearRtCacheEvent

All Superinterfaces:
IServerEvent
All Known Implementing Classes:
ClearRtCacheEvent

@Scriptable public interface IClearRtCacheEvent extends IServerEvent
  • Method Details

    • isChangedDatabaseSet

      boolean isChangedDatabaseSet()
      Returns:
      Returns true if the cache should not be invalidated completely, or false otherwise.
    • getChangedDatabaseSet

      Set<String> getChangedDatabaseSet()
      Get a set of names of tables that have been modified.
      Returns:
      Returns an unmodifiable set of table names, or null if isChangedDatabaseSet() is false.