Some servers can benefit from storing prepared responses in cache, so that they may be reissued in case of a repeated query. This is useful if responses are used often and are expensive to create. ndb provides functions for such a cache.
Currently such caches are used for the NIQS and the Nym Server. These may be local or remote, depending on how server farms are set up.
(NB: "xxx" is either "local" or "remote")
Understanding database configuration.parameter | value |
---|---|
@zkfr_NymCache_Xxx@ | /freedom/etc/db/nymcache.xxx.conf |
@zkfr_NymCache_Server@ | pkdb.test.freedom.net:51137 |
@zkfr_NymCache_AuthKey@ | --- |
parameter | value |
---|---|
@zkfr_NIQSCache_Local@ | /freedom/etc/db/niqscache.local.conf |