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