Created
February 7, 2022 22:53
-
-
Save victorbrndls/f231adbf39986793f81e7fb7cd36da54 to your computer and use it in GitHub Desktop.
This file contains 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
abstract MutationQueue getMutationQueue(User user); | |
abstract TargetCache getTargetCache(); | |
abstract RemoteDocumentCache getRemoteDocumentCache(); | |
abstract IndexManager getIndexManager(); | |
abstract BundleCache getBundleCache(); | |
abstract DocumentOverlay getDocumentOverlay(User user); | |
abstract void runTransaction(String action, Runnable operation); | |
// other methods.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment