From: Samuele P. <pe...@in...> - 2000-10-19 20:16:02
|
Sorry. > ii) there are 2 options > 1) just a (classloader,classname)->PyJavaClass cache > 2) a Class->PyJavaClass and a cache like 1) that should be kept synchronized. > The (classloader,classname) cache will only be filled with caches > that can incur in lazy loading. > > (1) is simpler to implent, but less efficient than (2) > (2) is more complicated and error-prone --> will only be filled with classes that |