Open dgor82 opened 2 months ago
My code uses both, Get and GetAll
For GetAsync(), i.e. just getting individual bridges, I want to cache those in a local collection maybe, so as to avoid unnecessary DB query when, during the same bot invocation, my code asks for the same bridge a second time.
My code uses both, Get and GetAll
For GetAsync(), i.e. just getting individual bridges, I want to cache those in a local collection maybe, so as to avoid unnecessary DB query when, during the same bot invocation, my code asks for the same bridge a second time.