I think either the docs or the MRUMemoryStore is wrong -- not sure
which.  I'd personally like it to be the implementation that's wrong
but I doubt it.  The docs say that it:

"This class provides a cache algorithm for the requested documents. It
combines a HashMap and a LinkedList to create a so called MRU (Most
Recently Used) cache."

When it appears to be a combination of a Hash*table* and a LinkedList
in reality.  The docs at:
http://excalibur.apache.org/store/mru.html also claim to be a HashMap.

--tim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to