Subject | Re: [Firebird-Java] Invalidating Cache |
---|---|
Author | Steven Jardine |
Post date | 2005-06-06T20:53:01Z |
>There should be some other class providing MRU functionality. Can you takeI have spent some time looking for some type of blocking stack
>care of this?
>
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