When I say 'failing that', I mean if Class.forName() fails, because your using a JDK that doesn't have it (1.3 for instance).
That way it'll use it if it can, and if it can't it'll fall back to the commons' implementation. -Travis Savo <[EMAIL PROTECTED]> -----Original Message----- From: Hanson Char [mailto:[EMAIL PROTECTED] Sent: Saturday, June 19, 2004 2:04 PM To: 'Turbine JCS Developers List' Subject: RE: LRUMemoryCache >The LRU Memory Cache I contributed in experimental attempts to make a jdk1.4 LinkedHashMap, and failing that, Why did that fail ? >uses a commons LRUHashMap. I'm one step ahead of ya. >-Travis Savo Good on you! :) Hanson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
