Skip to content

Type Alias: RevalidationFn

nekte-protocol


nekte-protocol / client/src / RevalidationFn

Type Alias: RevalidationFn

RevalidationFn = (agentId, capId) => void

Defined in: nekte-source/packages/client/src/cache.ts:52

Callback fired when a stale entry needs background refresh

Parameters

agentId

string

capId

string

Returns

void