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

io.vertx.httpproxy.spi.cache.Cache Maven / Gradle / Ivy

There is a newer version: 5.0.0.CR3
Show newest version
package io.vertx.httpproxy.spi.cache;

import java.util.Map;

/**
 * Cache SPI.
 */
public interface Cache extends Map {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy