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 8804931
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T01:44:09+00:00 2026-06-14T01:44:09+00:00

Alright, here is the thing.. My question is simple… If cachedWithin caches the query

  • 0

Alright, here is the thing..

My question is simple… If “cachedWithin” caches the query for specific time and “cachedAfter” caches the query after a specific time, then how do I cache a query “after 2 hours from now and cache it for 10 minutes?”

I want to cache a query after 2 hours from now and cache it for 10 minutes.. I’ve been following Fast Track to ColdFusion 9 but it doesn’t have any example for my requirement.

Please help me with this. Any help will be appreciated…

Thanks!

  • 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-06-14T01:44:10+00:00Added an answer on June 14, 2026 at 1:44 am

    Well, that’s an interesting tag.

    So, what cachedafter is doing is saying that the query will be static after a specific time.

    So, the following code would start to cache the query after 3PM server time today.

    <cfset cachedate = CreateOdbcDateTime(dateformat(now(),'yyyy-mm-dd') & ' 15:00:00') />
    <cfquery .... cachedafter="#cachedate#"....>
      QUERY
    </cfquery>
    

    More commonly, cachedwithin is telling Cold Fusion to only run this query every 6 hours. I normally use this for data which might not be changing too often or data which takes a long time to load.

    <cfquery ... cachedwithin="#CreateTimeSpan(0, 6, 0, 0)#" ...>
      QUERY
    </cfquery>
    

    Better Explanation

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

Sidebar

Related Questions

Alright so here is the question. I have a user class which contains a
Alright I don't see why this isnt working. It seems pretty simple. Here is
Alright, hard to phrase an exact title for this question, but here goes... I
Alright here is the thing, I have this site that was once wordpress but
Alright, here's my dillema. I am making a simple application with Qt Creator that
Alright guys, well, here is the thing. I used this wonderful website and found
Alright, I have a rather odd question here. I feel much more comfortable writing
Alright so here are my two tables. CREATE TABLE [cards] ( [id] TEXT PRIMARY
Alright...I am here looking for some bread crumbs. This is my code: using System;
Alright, here I am again trying to write code from scratch and I can't

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.