Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6005853
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:27:23+00:00 2026-05-23T01:27:23+00:00

How would you handle a situation when you want to cache some sublayout that

  • 0

How would you handle a situation when you want to cache some sublayout that relies on external data(search index, etc.)?

Here’s the example:

  1. After updating content you click
    “Publish” in Sitecore.
  2. HTML cache is automatically cleared after
    publishing.
  3. Sublayout is rendered and put into the cache on
    first request, but the search index
    is not yet updated.
  4. Search index is updated.
  5. Until the next cache cleanup, sublayout will display the cached (obsolete) date.

Are there any simple ways to fix this issue?

I’ve got only one idea so far – trigger cache cleanup when the index update is over, but it might be complicated for many reasons.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T01:27:24+00:00Added an answer on May 23, 2026 at 1:27 am

    You can cache the sublayout and vary by params, where you define the custom params. Those params can be a unique string from Lucene, e.g the last time it was rebuilt.

    E.g.

    <sc:sublayout ID="slNews" Path="NewsList.ascx" Cacheable="true" VaryByParm="true" runat="server" />
    

    Note: the Sitecore code has a typo and it’s “VaryByParm” not “VaryByParam”

    In C#:

    string lastIndexRebuild = GetLastRebuildTimeOfIndex().ToString();
    slNews.Parameters = "lastIndexRebuild=" + lastIndexRebuild;
    

    If you can somehow define a method to determine when the index was last rebuilt, you can use that as a parameter to define custom cache instances based on when the index freshness or staleness. You can even tack on additional parameters, like a datasource, etc.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How would i go about writing a function that would handle the data in
I am curious how others would handle this situation. I have a domain layer
How would you correct way to handle an exception in this situation? Initially I
I'm looking for the best way to handle this situation. I want to store
I would like to handle a return result from an AsyncTask outside of the
I would like to handle the case where I don't like the format of
I would like to handle a button clicked event in a native c++ class.
What would be the best way to handle lightweight crash recovery for my program?
How would I be able to handle downloads using HttpResponse in Java? I made
What would be the best way to handle ColdFusion Cookies from a javascript function?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.