0
kicks
Memoizer Attribute Using Post Sharp
You can add this attribute to any method to memoize it. It modifies your complied code to intercept the method call and it checks for a cached result before returning anything.