接口 CaptchaCacheService
- 所有已知实现类:
CaptchaCacheServiceMemImpl
public interface CaptchaCacheService
验证码缓存接口
- 作者:
- lide1202@hotmail.com
-
方法概要
-
方法详细资料
-
set
-
exists
-
delete
-
get
-
type
String type()缓存类型-local/redis/memcache/.. 通过java SPI机制,接入方可自定义实现类- 返回:
- type
-
increment
- 参数:
key- keyval- val- 返回:
- increment
-