ISerialized .Net, C#, Scrum and agile software development

23Aug/110

Memoization using generics – Part 2

Posted by Pål Eie

This is Part 2 of my series on Memoization. In Part 1 I described the basic principles behind memoization, and showed some examples on how to create an effective generic method to do memoization of methods with zero and one parameter. In this post I will show how to do memoization of methods with two parameters