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


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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

Reply via email to