simple generic lru cache for string keys.
create a new LRUCache
LRUCache
the maximum number of entries.
get the stored value for the key.
the key
store the value under the key
the value
simple generic lru cache for string keys.