Jump to letter: [ ACDGHJLMNOPQRSVWZ ]
An `LRUDict` is basically a simple dictionary, which has a defined maximum capacity, that may be supplied at construction time, or modified at run-time via the `capacity` property.
- Initial build