Function memoization possibility?

Has there been any thought on memoization of functions in a given Ember Object? This could be useful in situations where you aren’t using emberdata and want to cache properties that are retrieved by calling a function on an object, especially intensive ones,

Computed properties do this.

1 Like

Oh, cool! I haven’t done anything intensive enough to notice(or read it because I miss things…). That’s convenient. Thanks!