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

Multiple cache drivers use #33

Closed
jianxuanbing opened this issue Apr 9, 2018 · 3 comments
Closed

Multiple cache drivers use #33

jianxuanbing opened this issue Apr 9, 2018 · 3 comments

Comments

@jianxuanbing
Copy link

Need to use In-Memory and redis , How to use multiple cache source? Two level cache?

@catcherwong
Copy link
Member

@jianxuanbing Thanks for your interest in the project.

If you want to use 2-level cache, you can use HybirdCachingProvider. Please following this document.

But it's not convenient to use at this time for hybrid, I'm refactoring now.

@catcherwong
Copy link
Member

The document of HybridCachingProvider was updated.

@naveedahmed1
Copy link

Just a quick question related to this. Can we use InMemory caching and Disk caching together. I mean if the value exist in Memory, its returned from there; otherwise read from the Disk.

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

No branches or pull requests

3 participants