Skip to main content

record

Function record 

Source
pub fn record(input: RecordInput<'_>) -> Result<()>
Expand description

Persist a successful execution to the cache.

Failures are best-effort: callers should ignore the result so a cache-write hiccup never fails the user’s task.

§Errors

Returns an error if the Cas or ActionCache persistence fails.