public class CaptchaCache extends Object implements ICaptchaCache
| 构造器和说明 |
|---|
CaptchaCache() |
public void put(Captcha captcha)
put 在接口中 ICaptchaCachepublic Captcha get(String key)
get 在接口中 ICaptchaCachepublic void remove(String key)
remove 在接口中 ICaptchaCachepublic void removeAll()
removeAll 在接口中 ICaptchaCachepublic boolean contains(String key)
Copyright © 2017. All rights reserved.