Are there any implementations of a static size hashtable that limits the entries to either the most recently or most frequently used metadata? I would prefer not to keep track of this information myself.
I know most caching components keep track of this, but I would rather not introduce quite a lot of new dependencies.