Example #1
0
 public override string GetPageFromCache(string currentHashCode, string requestDigest, string viewState, string eventValidation, string userName, string currentUserId, ArrayList ctxIdList, string includeTimeValueDateTime, ArrayList imnTypeSmtpList, ArrayList removedTranslatedDivForCache, string accountName, StringCollection currentHashCodeArrayList, string url, int extractorStatus, string currentLcCode, string languageCode, ArrayList removedAlphaNoCacheDivForCache, string qLogEvent)
 {
     return(_currentHelper.GetPageFromCache(currentHashCode, requestDigest, viewState, eventValidation, userName,
                                            currentUserId, ctxIdList, includeTimeValueDateTime, imnTypeSmtpList,
                                            removedTranslatedDivForCache, accountName, currentHashCodeArrayList,
                                            url, extractorStatus, currentLcCode, languageCode, removedAlphaNoCacheDivForCache, qLogEvent));
 }