Package de.uplanet.lucy.server.rtcache
Class ClearRtCacheEvent
java.lang.Object
de.uplanet.lucy.server.rtcache.ClearRtCacheEvent
- All Implemented Interfaces:
IServerEvent
,IClearRtCacheEvent
,Serializable
@Scriptable
public final class ClearRtCacheEvent
extends Object
implements IClearRtCacheEvent, Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of names of tables that have been modified.boolean
-
Constructor Details
-
ClearRtCacheEvent
public ClearRtCacheEvent() -
ClearRtCacheEvent
-
-
Method Details
-
isChangedDatabaseSet
public boolean isChangedDatabaseSet()- Specified by:
isChangedDatabaseSet
in interfaceIClearRtCacheEvent
- Returns:
- Returns
true
if the cache should not be invalidated completely, orfalse
otherwise.
-
getChangedDatabaseSet
Description copied from interface:IClearRtCacheEvent
Get a set of names of tables that have been modified.- Specified by:
getChangedDatabaseSet
in interfaceIClearRtCacheEvent
- Returns:
- Returns an unmodifiable set of table names, or
null
ifIClearRtCacheEvent.isChangedDatabaseSet()
isfalse
.
-