Subject | Re: [Firebird-Java] Invalidating Cache |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-06-06T17:29:41Z |
> It looks like the implementation ofThere should be some other class providing MRU functionality. Can you take
> 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?
care of this?
Roman