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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClearRtCacheEvent()
ClearRtCacheEvent(Set<String> p_changeDatabaseSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getChangedDatabaseSet()
boolean
isChangedDatabaseSet()
-
-
-
Method Detail
-
isChangedDatabaseSet
public boolean isChangedDatabaseSet()
- Specified by:
isChangedDatabaseSet
in interfaceIClearRtCacheEvent
- Returns:
- Returns
true
if the cache should not be invalidated complete otherwisefalse
.
-
getChangedDatabaseSet
public Set<String> getChangedDatabaseSet()
- Specified by:
getChangedDatabaseSet
in interfaceIClearRtCacheEvent
- Returns:
- Returns an unmodifiable set of table names. At least one change was be done on each table.
-
-