public class CaptchaServiceFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,CaptchaCacheService> |
cacheService |
static Map<String,CaptchaService> |
instances |
| Constructor and Description |
|---|
CaptchaServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
static CaptchaCacheService |
getCache(String cacheType) |
static CaptchaService |
getInstance(Properties config) |
public static volatile Map<String,CaptchaService> instances
public static volatile Map<String,CaptchaCacheService> cacheService
public static CaptchaService getInstance(Properties config)
public static CaptchaCacheService getCache(String cacheType)
Copyright © 2025. All rights reserved.