public class CaptchaCache extends Object implements ICaptchaCache
Constructor and Description |
---|
CaptchaCache() |
public void put(Captcha captcha)
put
in interface ICaptchaCache
public Captcha get(String key)
get
in interface ICaptchaCache
public void remove(String key)
remove
in interface ICaptchaCache
public void removeAll()
removeAll
in interface ICaptchaCache
public boolean contains(String key)
Copyright © 2018. All rights reserved.