Package de.uplanet.lucy.server.rtcache
Interface IClearRtCacheEvent
- All Superinterfaces:
- IServerEvent
- All Known Implementing Classes:
- ClearRtCacheEvent
- 
Method SummaryModifier and TypeMethodDescriptionGet a set of names of tables that have been modified.boolean
- 
Method Details- 
isChangedDatabaseSetboolean isChangedDatabaseSet()- Returns:
- Returns trueif the cache should not be invalidated completely, orfalseotherwise.
 
- 
getChangedDatabaseSetGet a set of names of tables that have been modified.- Returns:
- Returns an unmodifiable set of table names, or
    nullifisChangedDatabaseSet()isfalse.
 
 
-