Convert the given method call information to a String for use in a cache key
Convert the given method call information to a String for use in a cache key
the name of the class whose method was called, including fully-qualified package name
the name of the called method
the values of the parameters that were passed to the method.
This is a [Seq[Seq[Any]]
because there may be multiple parameter lists
Converts information about a method call to a String for use in a cache key