All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.api.common.events.cache.CacheStartEvent Maven / Gradle / Ivy

The newest version!
package org.infinispan.api.common.events.cache;

import org.infinispan.api.common.events.container.ContainerEvent;

/**
 * @since 14.0
 **/
public interface CacheStartEvent extends ContainerEvent {
   String cacheName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy