org.wildfly.swarm.config.ejb3.CacheSupplier Maven / Gradle / Ivy
package org.wildfly.swarm.config.ejb3;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface CacheSupplier {
/**
* Constructed instance of Cache resource
*
* @return The instance
*/
public Cache get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy