Subject Re: [Firebird-Java] Invalidating Cache
Author Steven Jardine
>There should be some other class providing MRU functionality. Can you take
>care of this?
>
I have spent some time looking for some type of blocking stack
implementation but haven't found anything that can be supported back to
JDK1.3.1. It looks like a BlockingQueue or PriorityQueue could work for
JDK5.0. Anyway, I would like to implement a BlockingStack class that
will provide LIFO functionality with blocking when empty. If you can
think of another alternative please let me know. Thanks.

Steve