| Name | Description | Type | Package | Framework |
| CacheStarted | This annotation should be used on methods that need to be notified when a cache is started. | Class | org.infinispan.notifications.cachemanagerlistener.annotation | Infinispan |
| CacheStopped | This annotation should be used on methods that need to be notified when a cache is stopped. | Class | org.infinispan.notifications.cachemanagerlistener.annotation | Infinispan |
| Merged | This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology experiences a merge event after a cluster split. | Class | org.infinispan.notifications.cachemanagerlistener.annotation | Infinispan |
| ViewChanged | This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i. | Class | org.infinispan.notifications.cachemanagerlistener.annotation | Infinispan |