Uses of Class
com.atlassian.confluence.cache.hazelcast.monitoring.DistributedCacheInvalidationCounter
-
Packages that use DistributedCacheInvalidationCounter Package Description com.atlassian.confluence.cache.hazelcast.monitoring -
-
Uses of DistributedCacheInvalidationCounter in com.atlassian.confluence.cache.hazelcast.monitoring
Methods in com.atlassian.confluence.cache.hazelcast.monitoring that return DistributedCacheInvalidationCounter Modifier and Type Method Description static DistributedCacheInvalidationCounter<Object>DistributedCacheInvalidationCounter. forAtlassianCache(com.atlassian.cache.CacheManager cacheManager, HazelcastTopicMessageRouter messageRouter, io.micrometer.core.instrument.MeterRegistry meterRegistry, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)Deprecated.since 7.6 no replacementstatic DistributedCacheInvalidationCounter<com.hazelcast.hibernate.local.Invalidation>DistributedCacheInvalidationCounter. forHibernateL2CacheRegions(org.hibernate.SessionFactory sessionFactory, HazelcastTopicMessageRouter messageRouter, io.micrometer.core.instrument.MeterRegistry meterRegistry, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)Deprecated.since 7.6 no replacement
-