Interface ICache
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
cmdIDbCommand
UpdateCacheAsync(IDbCommand, CancellationToken)
Learns from a command that has just run.
Task UpdateCacheAsync(IDbCommand cmd, CancellationToken ct = default)
Parameters
cmdIDbCommandctCancellationToken