public interface CaptchaStorage
void
delete(String captchaId)
Captcha
findCaptcha(String captchaId)
save(String captchaId, String code, int expireSeconds)
Captcha findCaptcha(String captchaId)
void save(String captchaId, String code, int expireSeconds)
void delete(String captchaId)
Copyright © 2024. All rights reserved.