Yes, but there are definitely programming cases where memoization/caching definitely helps. And it's easy to tell for a given function whether or not it really helps by simply trying it with CACHED and without.Would this be a simple thing to implement?
It's called a "table" :)