Class CacheStatisticsCreated

  • All Implemented Interfaces:
    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
    • Constructor Detail

      • CacheStatisticsCreated

        public CacheStatisticsCreated​(CacheStatistics cacheStats,
                                      String cacheName)