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

io.shmilyhe.convert.ext.IHttpGetCache Maven / Gradle / Ivy

There is a newer version: 3.1.3
Show newest version
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