| 程序包 | 说明 |
|---|---|
| com.xingyuv.captcha.service.impl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CaptchaCacheServiceMemImpl
对于分布式部署的应用,我们建议应用自己实现CaptchaCacheService,比如用Redis,参考service/spring-boot代码示例。
|
| 限定符和类型 | 字段和说明 |
|---|---|
private CaptchaCacheService |
FrequencyLimitHandler.DefaultLimitHandler.cacheService |
| 限定符和类型 | 字段和说明 |
|---|---|
static Map<String,CaptchaCacheService> |
CaptchaServiceFactory.cacheService |
| 限定符和类型 | 方法和说明 |
|---|---|
static CaptchaCacheService |
CaptchaServiceFactory.getCache(String cacheType) |
protected CaptchaCacheService |
AbstractCaptchaService.getCacheService(String cacheType) |
| 构造器和说明 |
|---|
DefaultLimitHandler(Properties config,
CaptchaCacheService cacheService) |
Copyright © 2023. All rights reserved.