club.zhcs.lina.web.captcha.CodeCache Maven / Gradle / Ivy
The newest version!
package club.zhcs.lina.web.captcha;
/**
*
* @author Kerbores([email protected])
*
*/
public interface CodeCache {
public void set(String key, String value);
public String get(String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy