Package de.uplanet.lucy.server.rtcache
Interface IClearRtCacheEvent
- All Superinterfaces:
IServerEvent
- All Known Implementing Classes:
ClearRtCacheEvent
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of names of tables that have been modified.boolean
-
Method Details
-
isChangedDatabaseSet
boolean isChangedDatabaseSet()- Returns:
- Returns
true
if the cache should not be invalidated completely, orfalse
otherwise.
-
getChangedDatabaseSet
Get a set of names of tables that have been modified.- Returns:
- Returns an unmodifiable set of table names, or
null
ifisChangedDatabaseSet()
isfalse
.
-