Am I missing something or is this the way that the cfcache tag is supposed
to work?

I have a page which has a menu that derives its data from the database. So I
use the cfcache tag on that page set to action="CACHE"

I use the following only after a change that affects the menu is made to the
database.

<cfcache action="FLUSH"
directory="http://127.0.0.1/cfscripts/arica/tranlation/"
expireurl="Q_D_LanguageMenu.cfm">

However, the menu is not refreshed. I have also used the local file path
with no success: c:\inetput\wwwwroot\cfscripts\arica\translation\.

The only time the menu page gets refreshed is that if I manually change
something on that page thereby changing its timestamp.

Is there a work around or am I using this tag incorrectly?

Thanks,
Sebastian




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to