Skip to content
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

Question on threading #57

Closed
keithcml opened this issue Oct 18, 2016 · 3 comments
Closed

Question on threading #57

keithcml opened this issue Oct 18, 2016 · 3 comments

Comments

@keithcml
Copy link

I checked the code and saw that memory cache will process in another thread asynchronously as well. Is there any option to process memory cache in synchronously?

@vadymmarkov
Copy link
Contributor

@MingLoan According to the current framework design, every type of cache is meant to be async. But you can use SyncCache to process it synchronously.

@zenangst
Copy link
Contributor

zenangst commented Nov 8, 2016

@MingLoan Hope this answered your question, closing this for now.

@zenangst zenangst closed this as completed Nov 8, 2016
@keithcml
Copy link
Author

keithcml commented Nov 18, 2016

thanks @zenangst

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants