We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622ee60 commit 6f79768Copy full SHA for 6f79768
packages/@ember/-internals/metal/lib/cached.ts
@@ -89,10 +89,6 @@ import { createCache, getValue } from '@glimmer/validator';
89
property from a getter is not a good practice anyway, even with a caching
90
mechanism reducing reruns.
91
92
- The cost of these edge-guards adds up to the trade-off calculation of using
93
- a caching strategy, hence requiring a very sensitive and moderate approach
94
- regarding performance.
95
-
96
@method cached
97
@static
98
@for @glimmer/tracking
0 commit comments