I\'m trying to implement a unit test for a function in a project that doesn\'t have unit tests and this function requires a System.Web.Caching.Cache object as a parameter. I\'ve
I think your best bet would be to use a mock object (look into Rhino Mocks).