Can someone explain the basics of cache dependencies (on something like a repeater). Essentially, we'd like a repeater to refresh the cache if a new child document is added. Is default cache depen...
HiI have a problem with cache dependency. Here is the code I haveArticleViewModel loadData(CacheSettings cacheSettings) { var result = ArticleViewModel.GetViewModel(article, _pageUrlRetriever, ...
Hi, I have a repository method that returns the pages for all products within the cart. Is it possible to use the cart or one of it's properties e.g. cart.CartItems as a cache dependency for that m...
I want to update cached content of one custom table when another custom table item is updated. Let's say I have two Custom Tables: Product and Order. There are List and Edit pages for both Product ...
Hi, I'd like to know more about the MVC cache dependency. Note: the Kentico version we are using is 12 sp.From this article, I know that the MVC site cache dummy key is touched by a web farm mechan...
I've got a situation where the data entered in the form tab of a particular page type is used to populate a web part on all of its child pages. The child pages have cache keys like @currentdocument...
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...
I am using DataClassInfo classInfo = DataClassInfoProvider.GetDataClassInfo(classname) to get the field names that are associated with a class. I want to cache those field names, which is easy, but...
I setup Kinspector and when I run the [General] Cache item test under Analysis I get the following error instantly :System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users...