Original request:
Add support for retrieving entries from the cache (simple API and Tree API) via insertion (FIFO) order.
For example, cache.getNext(); would return the next entry in the queue.
Updating this JIRA to provide an API for a collection that can be appended to without retrieving the entire collection. Essentially a list, with various concurrent access guarantees.