Subject Re: [Firebird-Java] Invalidating Cache
Author Roman Rokytskyy
> It looks like the implementation of
> EDU.oswego.cs.dl.util.concurrent.LinkedQueue uses a LRU style linked
> list. Put places connections at the end of the list and take gets
> connections from the front of the list. I could modify the class to put
> connections at the front of the list?

There should be some other class providing MRU functionality. Can you take
care of this?

Roman