class BulkCacheFetcher

def cache_key(identifier)

of the identifier.
identifiers with extra information attached, it's the first part
key. For simple identifiers, it's just the identifier, for
Returns the part of the identifier that we can use as the cache
def cache_key(identifier)
  Array(identifier).first
end