Skip to main content
Inspiring
August 11, 2011
Question

query caching at specific time of day ?

  • August 11, 2011
  • 1 reply
  • 615 views

I'm currently using:

cachedwithin=#CreateTimeSpan(1,0,0,0)#

If I'm happy my data won't change during the day, is it possible to cache a query at a pre-determined time, eg. during the early hours when I know it's unlikely anyone is on the site, say 5am ? That way,I know the query is cached and ready for anyone who asked for it ?

    This topic has been closed for replies.

    1 reply

    Inspiring
    August 11, 2011

    Scheduled task?

    Inspiring
    August 11, 2011

    Great!

    [hurries off to research cf scheduled tasks for first time]