CachedLoader
A generic class for loading and caching values.
This class provides a mechanism to load values associated with keys and cache them for future use. It uses a HashMap to store the cached values.
Parameters
K
The type of the keys used for caching.
V
The type of the values being cached.