Resolve the cache key for a decorated method call: an explicit string, a function of the arguments, or the derived Class.method:<hash(args)> default.
Class.method:<hash(args)>
The configured key option (if any).
The instance the method ran on (for the class name).
The decorated method's name.
The call arguments.
The resolved cache key.
Resolve the cache key for a decorated method call: an explicit string, a function of the arguments, or the derived
Class.method:<hash(args)>default.