Table of Contents

Interface ICache

Namespace
Rinku.Mapping.Parsers
Assembly
Rinku.dll

Records parameter settings from a command after it has run.

public interface ICache
Extension Methods

Methods

UpdateCache(IDbCommand)

Learns from a command that has just run.

void UpdateCache(IDbCommand cmd)

Parameters

cmd IDbCommand

UpdateCacheAsync(IDbCommand, CancellationToken)

Learns from a command that has just run.

Task UpdateCacheAsync(IDbCommand cmd, CancellationToken ct = default)

Parameters

cmd IDbCommand
ct CancellationToken

Returns

Task