| Package | Description |
|---|---|
| com.anji.captcha.service.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
CaptchaCacheServiceMemImpl
对于分布式部署的应用,我们建议应用自己实现CaptchaCacheService,比如用Redis,参考service/spring-boot代码示例。
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,CaptchaCacheService> |
CaptchaServiceFactory.cacheService |
| Modifier and Type | Method and Description |
|---|---|
static CaptchaCacheService |
CaptchaServiceFactory.getCache(String cacheType) |
protected CaptchaCacheService |
AbstractCaptchaService.getCacheService(String cacheType) |
| Constructor and Description |
|---|
DefaultLimitHandler(Properties config,
CaptchaCacheService cacheService) |
Copyright © 2025. All rights reserved.