Class CacheStatisticsCreated

  • All Implemented Interfaces:
    java.io.Serializable

    public class CacheStatisticsCreated
    extends org.springframework.context.ApplicationEvent
    Signal that cache statistics have been registered for the given cache.
    Since:
    5.0
    Author:
    Matt Ward
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCacheName()  
      CacheStatistics getCacheStats()  
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CacheStatisticsCreated

        public CacheStatisticsCreated​(CacheStatistics cacheStats,
                                      java.lang.String cacheName)
    • Method Detail

      • getCacheName

        public java.lang.String getCacheName()