self memoize: #methodThatDoesSomethingLong:.would automatically store parameters values as cache keys. No matter how many such parms.No need to have blocks or anything,operations are memoized.We use blocks for lack of a better way right now I guess.Phil