Closed briancavalier closed 11 years ago
As per #9, create a simple memoizer aspect that accepts a function to generate a key from a param list, and uses around advice to handle the cache lookup, call the original method only when necessary, etc.
As per #9, create a simple memoizer aspect that accepts a function to generate a key from a param list, and uses around advice to handle the cache lookup, call the original method only when necessary, etc.