10 September,18 at 07:00 AM
ldapproxy.cache.enabled true ldapproxy.cache.max.lists 100 ldapproxy.cache.max.objects 3000 ldapproxy.cache.ttl 3600 ldapproxy.cache.negative.ttl 300 ldapproxy.cache.hash.loadfactor 1.3
ldapproxy.cache.enabled | This is to enable/disable memory cache. Enable memory cache by setting it to true, default is false. |
ldapproxy.cache.max.lists |
This is to set the max list count, each different ldapsearch use one list, |
ldapproxy.cache.max.objects | The is to set memory cache's max object count, default is 3000 which means by defualt, we max store 3000 different objects for all ldapsearches. |
ldapproxy.cache.ttl | This is to set the memory cache's ttl, default is 3600s |
ldapproxy.cache.negative.ttl |
This is to set memory cache's negative ttl, default is 300s |
ldapproxy.cache.hash.loadfactor |
This is to set the hash's load factor, default is 1.3 |