From: Chanchal on
Hello All,

Could any one please tell me what is the use of arguments
maxCaptchaStoreSize and captchaStoreLoadBeforeGarbageCollection in the
constructor of GenericManageableCaptchaService class. Could not find
any doc regarding this.

Thanks in advance

Regards

Chanchal
From: Arne Vajhøj on
On 13-07-2010 04:31, Chanchal wrote:
> Could any one please tell me what is the use of arguments
> maxCaptchaStoreSize and captchaStoreLoadBeforeGarbageCollection in the
> constructor of GenericManageableCaptchaService class. Could not find
> any doc regarding this.

http://jcaptcha.sourceforge.net/apidocs/1.0/com/octo/captcha/service/multitype/GenericManageableCaptchaService.html#GenericManageableCaptchaService%28com.octo.captcha.engine.CaptchaEngine,%20int,%20int,%20int%29
http://jcaptcha.sourceforge.net/apidocs/2.0-alpha1/com/octo/captcha/service/multitype/GenericManageableCaptchaService.html#GenericManageableCaptchaService%28com.octo.captcha.engine.CaptchaEngine,%20int,%20int,%20int%29

Does not contain any info about them.

But since it is open source, then you can look at the source
code and figure it out.

Arne