Package de.uplanet.lucy.server.rtcache
Schnittstelle IClearRtCacheEvent
- Alle Superschnittstellen:
IServerEvent
- Alle bekannten Implementierungsklassen:
ClearRtCacheEvent
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet a set of names of tables that have been modified.boolean
-
Methodendetails
-
isChangedDatabaseSet
boolean isChangedDatabaseSet()- Gibt zurück:
- Returns
trueif the cache should not be invalidated completely, orfalseotherwise.
-
getChangedDatabaseSet
Get a set of names of tables that have been modified.- Gibt zurück:
- Returns an unmodifiable set of table names, or
nullifisChangedDatabaseSet()isfalse.
-