Package org.alfresco.repo.cache
Class CacheStatisticsCreated
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.alfresco.repo.cache.CacheStatisticsCreated
-
- All Implemented Interfaces:
java.io.Serializable
public class CacheStatisticsCreated extends org.springframework.context.ApplicationEventSignal that cache statistics have been registered for the given cache.- Since:
- 5.0
- Author:
- Matt Ward
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheStatisticsCreated(CacheStatistics cacheStats, java.lang.String cacheName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCacheName()CacheStatisticsgetCacheStats()
-
-
-
Constructor Detail
-
CacheStatisticsCreated
public CacheStatisticsCreated(CacheStatistics cacheStats, java.lang.String cacheName)
-
-
Method Detail
-
getCacheStats
public CacheStatistics getCacheStats()
-
getCacheName
public java.lang.String getCacheName()
-
-