Skip to content

Commit 6f79768

Browse files
Update packages/@ember/-internals/metal/lib/cached.ts
Co-authored-by: Matthew Beale <[email protected]>
1 parent 622ee60 commit 6f79768

File tree

1 file changed

+0
-4
lines changed
  • packages/@ember/-internals/metal/lib

1 file changed

+0
-4
lines changed

packages/@ember/-internals/metal/lib/cached.ts

-4
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ import { createCache, getValue } from '@glimmer/validator';
8989
property from a getter is not a good practice anyway, even with a caching
9090
mechanism reducing reruns.
9191
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-
9692
@method cached
9793
@static
9894
@for @glimmer/tracking

0 commit comments

Comments
 (0)