Prepared Response Caches

Overview

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.

Access

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.

Nym Cache

NIQS Cache