you need is here on me blog:
Flushing Trusted Cache
http://cfguru.daemon.com.au/archives/000031.html
-- geoff
http://blog.daemon.com.au/
http://cfguru.daemon.com.au/
http://www.fullasagoog.com/
http://daemon.typepad.com/arsaura/
PS. Am a bit blog crazy it seems :)
Bert Dawson wrote:
> How about changing the trusted cache setting on the fly?
>
> <cfif *refreshcache*>
> <cfset *trustedcache* = off>
> <cfinclude template="myinclude.cfm">
> <cfset *trustedcache* = on>
> <cfelse>
> <cfinclude template="myinclude.cfm">
> </cfif>
>
> Obviously the *trustedcache* part would need to be figured out -
> presumably registry in CF5 and the factory object in MX - but would this
> be inadvisable?
> After all its only going to mimic what happens in CFadmin.
>
> Bert
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

