Hi,
I'm pulling a newsfeed from MoreOver. It rarely
updates, maybe twice a day. So I'd like to somehow
cache my cfhttp (perhaps using "File=...") and only
re-run it every 5 hours or so, so that it operates
similar to the CachedWithin parameter in CFQuery.
What is the most common method in which to do this?
Below is my code. Thank you in advance for any
assistance!
<CFHTTP
URL="http://p.moreover.com/cgi-local/page?index_searchengines+cf"
METHOD="Get">
<cfwddx
action="WDDX2CFML"
input="#CFHTTP.FileContent#"
output="moreover_news">
<cfoutput query="Moreover_News" maxrows=20>
<a href="#url#">#headline_text#<br>
</cfoutput>
Regards,
Andy
__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]