HAProxy Enterprise Documentation 2.0r1
lb-netacuity cache disable
Disable the NetAcuity lookup cache.
Description
If the NetAcuity cache is enabled, each lookup is cached so that subsequent requests are loaded from the cache instead of the NetAcuity database. The NetAcuity module will perform all lookups in its database when the cache is disabled.
Examples
Below, we disable the cache:
$ echo "lb-netacuity cache disable" | \
sudo socat stdio unix-connect:/var/run/hapee-2.0/hapee-lb.sock
NetAcuity: cache disabled
See also
Next up
lb-netacuity cache enable