Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a new implementation of IPersistenceService that sits on top of the new platform 'cloud cache' system. #50762
Provide a new implementation of IPersistenceService that sits on top of the new platform 'cloud cache' system. #50762
Changes from 125 commits
bf62038
b7711fd
6e8f1aa
5a1bd0b
0ca6473
cc69cba
ae267e7
d6ba7b1
fb3a0a3
8bc7b8e
7ce39e0
91527af
4169f79
60c788c
66cca33
33b4ed7
92d018a
7c734c0
e75cc28
e99f17e
e4b906b
8799e80
100f085
080d73c
eae6643
417eeaa
c2d57b6
6d506fb
2f3e7de
ab0ac45
024654d
e759fc5
d482e6a
2da3576
661d36c
70583a7
237e39f
f8ed75b
5c89b8e
66c89de
781f95d
393344d
d94d1de
845d817
249c654
5c3e873
b601fe3
063d2e0
e0aab47
53e8cba
33c91ce
c3c1cd8
af5d8e0
a5797a3
6c46b36
2fd3b81
fd0edcf
6cd3866
cd7c7f6
81478ad
8ae0851
40fc9b6
19741c2
87aaab5
2eba470
7f58d01
e43b37d
228347b
c45e4b6
1d922ec
4cd5fda
d30bae7
3cc4fcf
bf3b5e2
8c47c1f
960d9fb
1056738
0e8b2f5
f6ca210
3e28280
1d8543c
289ff28
6eff869
cefb2c6
f8a130d
50a817b
826c5ec
2cab685
917ceba
9175866
27204a3
c133ba7
711990e
8bb9f24
f312c96
b987f2e
2d92fad
e16117b
ff05577
2cc1213
3b3068b
e1c6767
f19459a
d10adeb
ad72675
23dfcd6
5e19d30
b73b763
3f4101d
bc59fe2
a258e12
c870298
ff1f9c9
efb818a
35e671a
daf7418
4a7544a
bd08648
ea2c17b
99a961e
8591250
fdf7348
5b4a533
de49957
25b1b25
f359dca
f85e575
96054a5
8f3bf8b
ebf3245
d0c7474
ea2576b
3afb7ce
5487582
09735a0
8163b52
ec1bfdf
1ff6721
1491a76
acbaa47
89e1b51
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't we already have a copy of this in the test code as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. will try to merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
benchmark code is effectively a way for me to quickly test things liek FindRefs and NavTo on different DBs, comparing the results. they're not really productino code, and more a scratch pad to answer questions quickly on a real world codebase.