Hi, I want to turn off user caching or caching in general. I tried:Setting cms.user|all in my custom webpart in the Partial cache dependencies property with the Use default cache dependencies unchecked also Partial cache minutes set to 0Calling CacheHelper.Remove(@cms.user|all@); in OnLoad method of the custom web part (its a webpart for loging in)Setting everything to zero in Settings-@System-@Performance than setting everything to 1 minute as wellWhen I set everything to zero in Settings-@System-@Performance it takes 2 minutes to take effect.The field that I always need to be updated from the database is UserEnabled.
↧