Skip to content

Commit

Permalink
Merge pull request #2012 from blesh/remove_cache
Browse files Browse the repository at this point in the history
feat(cache): remove `cache` operator
  • Loading branch information
jayphelps authored Oct 7, 2016
2 parents e800964 + 1b23ace commit 0e01d9a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 297 deletions.
222 changes: 0 additions & 222 deletions spec/operators/cache-spec.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/Rx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ import './add/operator/bufferCount';
import './add/operator/bufferTime';
import './add/operator/bufferToggle';
import './add/operator/bufferWhen';
import './add/operator/cache';
import './add/operator/catch';
import './add/operator/combineAll';
import './add/operator/combineLatest';
Expand Down
11 changes: 0 additions & 11 deletions src/add/operator/cache.ts

This file was deleted.

63 changes: 0 additions & 63 deletions src/operator/cache.ts

This file was deleted.

0 comments on commit 0e01d9a

Please sign in to comment.