Base solution for your next web application
Open Closed

Turn Caching off for AppService or Module #4893


User avatar
0
DanoLoud created

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?


2 Answer(s)
  • User Avatar
    0
    DanoLoud created

    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.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks for the feedback @DanoLoud :)