0
votes
votes
1 answers
Creating a ToString() or Hash type output for a class
When I cache objects to Context.Cache I usually build the cache key using the parameters of the method that retrieves the data using the database layer. Now sometimes a parameter isn't a simple type like a string or int or enumeration, b ...
