Hi, > there are two implementations of disk cache for fixed size. But why > there is no cache based on weak references? Are there any catches?
I don't know, the LRU algorithm seemed saver (you have full control over when it is garbage collected). Theoretically you could write a weak reference cache, that's true. I'm not sure if it would be faster however. Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
