Explanation of dapper buffer/cache
The buffer is unrelated to cache. Dapper does not include any kind of data-cache (although it does have a cache related to how it processes commands, i.e. “this command string, with this type of parameter, and this type of entity – has these associated dynamically generated methods to configure the command and populate the objects”). … Read more