class Holidays::Definition::Repository::ProcResultCache

def build_proc_key(function, function_arguments)

def build_proc_key(function, function_arguments)
  Digest::MD5.hexdigest("#{function.to_s}_#{function_arguments.join('_')}")
end