| Package | Description |
|---|---|
| com.jfinal.captcha | |
| com.jfinal.config |
| Modifier and Type | Class and Description |
|---|---|
class |
CaptchaCache
ICaptchaCache 默认实现,可用于单实例部署
集群部署需自行实现 ICaptchaCache 接口,并使用
CaptchaManager.setCaptchaCache(...) 进行配置
|
| Modifier and Type | Method and Description |
|---|---|
ICaptchaCache |
CaptchaManager.getCaptchaCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
CaptchaManager.setCaptchaCache(ICaptchaCache captchaCache) |
| Modifier and Type | Method and Description |
|---|---|
void |
Constants.setCaptchaCache(ICaptchaCache captchaCache) |
Copyright © 2018. All rights reserved.