On Mar 22, 2004, at 11:44 AM, Sparrow-Hood, Walter wrote:
The statement #getMetaData(bar)# will NOT reflect the changes even though it
extends foo. The only way I can make #getMetaData(bar)# display the changes
is by restarting the CF server. Is there some programmatic way of clearing
the cache?

There is no programmatic way of clearing the cache.


You *should* be able to force CFMX to recompile bar, however, by changing bar.cfc and then running a page that constructs a new instance of bar.

However, if you already have an instance of bar stored in a shared scope, the metadata will probably remain cached - so you'll have to get the metadata from the new instance.

Regards,
Sean

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.


CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to