Home > Configuration > SSL > setsslparameter_sslimaxerrorcachemem

setsslparameter_sslimaxerrorcachemem

Use this method to set specify the maximum memory that can be used for caching the learned data. This memory is used as a LRU cache so that the old entries gets replaced with new entry once the set memory limit is fully utilised. A value of 0 decides the limit automatically.

Syntax



Parameters

sslimaxerrorcachemem

Specify the maximum memory that can be used for caching the learned data. This memory is used as a LRU cache so that the old entries gets replaced with new entry once the set memory limit is fully utilised. A value of 0 decides the limit automatically.
Default value = 0.
Minimum value = 0.
Maximum value = 0xFFFFFFFE.

Return Value

Returns simpleResult

See Also