Did you try my suggestion to re-run the constructor?

On 9/5/07, Robert Harrison <[EMAIL PROTECTED]> wrote:
>
> The code below is caching the results for each file. They stay persistent
> until server reboot. I need to clear them on demand and have tried
> everything to find them. I've dumped all the client, session, application,
> and server variables. Cannot find them there.
>
>
> Where are these being cached? If I can find them I should be able to clear
> them.
>
>
>
> <cfobject type="JAVA" action="Create" name="tk"
> class="java.awt.Toolkit"></cfobject>
> <cfobject type="JAVA" action="Create" name="img"
> class="java.awt.Image"></cfobject>
> <cfscript>
> img =
> tk.getDefaultToolkit
> ().getImage("#rootpath#\assets\banners\#gif_files.name#"
> );
> width = img.getWidth();
> height = img.getHeight();
> img.flush();
> </cfscript>
>
>
> Thanks
>
> Robert
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287832
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to