used fairly recently to stay in the cache longer, while things that
> haven't been used recently should tend to expire earlier.
>
> I'd suggest looking at some of these caching libraries. Or if you're keen
> to roll your own, read some of the design documents. Which might c
involve a lot of updates.)
>
> While it looks like things are missing from the concurrent collections,
> I'd have to
> ask what use cases would be satisfied by adding something like a
> "concurrent
> sequenced set" (or map) that wouldn't be fulfilled with a customi
Hello.
I am new to this list so might have missed previous discussion about this
but could not find what I was looking for in the archives.
The Sequenced collections JEP adds the following static methods to
java.util.Collections.
- unmodifiableSequencedCollection
- unmodifiableSequencedSet
- unm