io.shmilyhe.convert.ext.IHttpGetCache Maven / Gradle / Ivy
package io.shmilyhe.convert.ext;
import java.util.Map;
public interface IHttpGetCache {
void cache(String key,Map v);
Map getCache(String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy