0

I have a licensed Devart dotConnect for Oracle.

I'm struggling to get new data from my Entities because they are always returning cached data! And i can't find any way anywhere how to disable caching completely.

Question is: How to completely disable caching?

Env: .netCore 3.1

Version: Devart.Data.Oracle.EFCore 9.10

Roshdy
  • 1,703
  • 3
  • 25
  • 34

1 Answers1

0

We recommend you to dispose current context object and create the new one to get updated data.

Also, refer to:

Devart
  • 119,203
  • 23
  • 166
  • 186