Is there a way to turn off caching at the Module, AppService, or Method level. I am implementing a repository outside of Abp and any calls after the first call are being intercepted and cached entity is being returned.
Is there a module configuration or attribute that can be applied?