Cache(creator: (K) -> V)
A simple thread-safe cache of objects.
K - the type of keys
K
V - the type of values
V