Return the values associated with each the specified keys in the
passed collection. If a key does not have an associated value in
the underlying store, then the return map will not have an entry
for that key.
Parameters:
colKeys - a collection of keys to load
Returns:
a Map of keys to associated values for the specified keys