Schnittstelle IClearRtCacheEvent

Alle Superschnittstellen:
IServerEvent
Alle bekannten Implementierungsklassen:
ClearRtCacheEvent

@Scriptable public interface IClearRtCacheEvent extends IServerEvent
  • Methodendetails

    • isChangedDatabaseSet

      boolean isChangedDatabaseSet()
      Gibt zurück:
      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.
      Gibt zurück:
      Returns an unmodifiable set of table names, or null if isChangedDatabaseSet() is false.