Hey everyone. I am developing an Web API 2 application (external) which used Kentico (11) libraries (content receiving, media library). I have some problem with kentico caching. I used providers to...
I have a method which contains the code below:var currentContact = OnlineMarketingContext.GetCurrentContact(); if (currentContact == null @@ !currentContact.Users.Any()) return; ContactMembershipIn...