cache_get
return cache_get(context, ccache, fields, &mcreds, creds_out);
code = cache_get(context, ctx->ccache, flags, &mcreds, tgt_out);
code = cache_get(context, ctx->ccache, flags, &mcreds, &tgt);
if (cache_get(xprt, msg, &reply, &replylen)) {
static int cache_get(SVCXPRT *, struct rpc_msg *, char **, uint32_t *);
if (cache_get(xprt, msg, &reply, &replylen)) {
static int cache_get(SVCXPRT *, struct rpc_msg *, char **, size_t *);