-
Notifications
You must be signed in to change notification settings - Fork 1
Cache implementation #68
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
Open
aashishpatil-g
wants to merge
40
commits into
main
Choose a base branch
from
ap/coreSdkCacheV1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
7c92921
Initial Stub Classes
aashishpatil-g f56a8cc
Wire up Initialization of CacheProvider
aashishpatil-g f655a15
query level caching
aashishpatil-g 90c7ae1
Cache Normalization Implementation
aashishpatil-g 5174e03
Persistent Provider
aashishpatil-g ad71e3c
Add last_accessed field
aashishpatil-g c0a024b
Uber Cache object, support Auth uid scope and Refactor classes
aashishpatil-g 0bcdf09
Implement operationId on QueryRef
aashishpatil-g ad749e7
Fix sha256 formatter.
aashishpatil-g 35dc280
Accumulate Impacted Refs and Reload Local
aashishpatil-g 6cd60ef
Update construction of cacheIdentifier to include connector and locat…
aashishpatil-g 824a41e
Use inmemory SQLite for Ephemeral cache provider
aashishpatil-g f503f5e
Minor updates to API
aashishpatil-g e57bbb4
Refactor BackingDataObject, STubDataObject names to EntityDataObject …
aashishpatil-g 353caf5
DispatchQueue for EntityDataObject access
aashishpatil-g 78599a3
Externalize table and column name strings into constants
aashishpatil-g 250e905
API Review feedback
aashishpatil-g f1aa717
Code formatting updates
aashishpatil-g d9b4807
Refactor name of OperationResultSource
aashishpatil-g 1c666ec
API feedback - rename maxSize => maxSizeBytes
aashishpatil-g 8ea6762
API Council Review Feedback
aashishpatil-g a807d9f
Move ServerResponse
aashishpatil-g 336e41b
Update cache type to match API review feedback
aashishpatil-g 37493c4
Cleanup and minor fixes to docs
aashishpatil-g dd8569c
Update globalID value
aashishpatil-g fad7e2f
Fix format
aashishpatil-g a62c16b
Fix copyright notices
aashishpatil-g 30940a6
Fix @available
aashishpatil-g 5482987
fix integration tests
aashishpatil-g 1a9aeb9
Gemini Review part 1
aashishpatil-g 12da757
formatting fixes
aashishpatil-g 334e710
Convert sync queue calls to actor
aashishpatil-g b1569e8
comments
aashishpatil-g 517fdcd
Nick feedback
aashishpatil-g b9265dc
Remove unnecessary custom codable in EDO
aashishpatil-g 6689c9c
Convert data connect to a weak reference in cache
aashishpatil-g 2b90b52
formatting fixes
aashishpatil-g edfcd83
Doc comments for Settings
aashishpatil-g 2572377
Incorporate maxAge
aashishpatil-g ba3b894
Nick feedback. Update doc comments on CacheSettings.maxAge
aashishpatil-g File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.