Flavio Gonzaga wrote:
Is there a way to delete the cache or force reloading all files? If true, could you please tell me the way?
Not that I can think of. The file loading system is abstracted from the file access system. The file loader doesn't know whether the file access system is caching or not. All it does is request the file from the access system.
Right now, we're too far into the final throws of the M10 release cycle to make any modifications to the codebase to allow for this. However, if you want to modify the source and recompile a single file, then you can turn off caching completely by substituting a different file manager. Go to the loader class that you're using, and look for the "MemCacheLoadManager". Change that to "SimpleLoadManager", recompile, and you'll have a loader that does not do any caching at all.
-- Justin Couch http://www.vlc.com.au/~justin/ Java Architect & Bit Twiddler http://www.yumetech.com/ Author, Java 3D FAQ Maintainer http://www.j3d.org/ ------------------------------------------------------------------- Programming is essentially a markup language surrounding mathematical formulae and thus, should not be patentable. -------------------------------------------------------------------
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".