Well is looks like I may have been seeing caching based on something other than Abp. The Swagger UI returned the same results over without hitting AppService. Once I used Postman all work perfectly, no caching. Oh well.
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?