Skip to content

Commit 01edb4a

Browse files
committed
chore: remove mentions of non-existent cache operator
1 parent 2174cc1 commit 01edb4a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs_app/content/guide/scheduler.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,4 @@ Because RxJS uses the least concurrency scheduler, you can pick a different sche
144144

145145
Time-related operators like `bufferTime`, `debounceTime`, `delay`, `auditTime`, `sampleTime`, `throttleTime`, `timeInterval`, `timeout`, `timeoutWith`, `windowTime` all take a Scheduler as the last argument, and otherwise operate by default on the `asyncScheduler`.
146146

147-
Other instance operators that take a Scheduler as argument: `cache`, `combineLatest`, `concat`, `expand`, `merge`, `startWith`.
148-
149-
Notice that `cache` accept a Scheduler because they utilize a ReplaySubject. The constructor of a ReplaySubjects takes an optional Scheduler as the last argument because ReplaySubject may deal with time, which only makes sense in the context of a Scheduler. By default, a ReplaySubject uses the `queueScheduler` Scheduler to provide a clock.
147+
Other instance operators that take a Scheduler as argument: `combineLatest`, `concat`, `expand`, `merge`, `startWith`.

0 commit comments

Comments
 (0)