Try our conversational search powered by Generative AI!

EpiServer Community Caching Issue

Vote:
 
 

We are using Netstar StarCommunity for our community website. I am working on the Club module of the StarCommunity. In Club module there is Blog Archive Section. Now problem is like when adding the Blog to a Club the Blog count does not gives updated result. If we log out and then log in then it gives proper count of the Blog.

I think its caching issue with the Star Community. So pls guide.

Thanks,

Also code for retriving the count of the Blog of the Club is as follows:

public int GetArticleArchiveCount(int groupId, int month, int year) {
   return GetEntryArchive(year, month, groupId).Count;
  } 

#20346
May 27, 2008 15:38
Vote:
 
#20390
May 28, 2008 8:54
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.