Class MaxCacheSizeChangedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.admin.ConfigurationEvent
com.atlassian.confluence.event.events.admin.MaxCacheSizeChangedEvent
- All Implemented Interfaces:
ClusterEvent,Serializable
Event that indicates that max cache size for a particular cache needs to be changed.
- Author:
- anatoli
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionMaxCacheSizeChangedEvent(Object src, String cacheName, int previousMaxCacheSize, int maxCacheSize) -
Method Summary
Modifier and TypeMethodDescriptionintintMethods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
MaxCacheSizeChangedEvent
-
-
Method Details
-
getMaxCacheSize
public int getMaxCacheSize() -
getCacheName
-
getPreviousMaxCacheSize
public int getPreviousMaxCacheSize()
-