HAProxy Enterprise Documentation 2.0r1
lb-netacuity cache invalidate
Invalidate 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. Invalidating the cache marks all entries in the cache invalid. After invalidating the cache, the NetAcuity module will perform lookups in its database as it rebuilds its cache for subsequent requests.
Examples
Below, we invalidate the cache:
$ echo "lb-netacuity cache invalidate" | \
sudo socat stdio unix-connect:/var/run/hapee-2.0/hapee-lb.sock
NetAcuity: LRU cache invalidated
See also
Next up
lb-netacuity disable