CheckMadeOrga / CheckMade

B2B Workflow ChatBot for LiveEvents
Other
0 stars 0 forks source link

Add caching to DerivedWorkflowBridgesRepo #228

Open dgor82 opened 2 months ago

dgor82 commented 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.