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()booleanisChangedDatabaseSet()
-
-
-
Method Detail
-
isChangedDatabaseSet
public boolean isChangedDatabaseSet()
- Specified by:
isChangedDatabaseSetin interfaceIClearRtCacheEvent- Returns:
- Returns
trueif the cache should not be invalidated complete otherwisefalse.
-
getChangedDatabaseSet
public Set<String> getChangedDatabaseSet()
- Specified by:
getChangedDatabaseSetin interfaceIClearRtCacheEvent- Returns:
- Returns an unmodifiable set of table names. At least one change was be done on each table.
-
-