Can you use multiple VaryByCustom parameters when caching a user control?

asp.net, caching

Solution

Yes. Separate them in your declaration by semicolons.

Problem

I've been trying this a couple of different ways, but it's not working for some reason. Is it even possible?

Original source