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

Using multi-level cache, with 2nd level to disk #321

Closed
taebae027 opened this issue Aug 18, 2020 · 2 comments
Closed

Using multi-level cache, with 2nd level to disk #321

taebae027 opened this issue Aug 18, 2020 · 2 comments
Labels

Comments

@taebae027
Copy link

Hi,

I apologize in advance if this has been answered elsewhere or is available in the documentation, but i haven't been able to find the answer.

I'm looking to create a two-tiered cache with the first being in memory and the second stored in disk (i.e. FileCache, which extends System.Runtime.Caching.ObjectCache)
Is there a way to do this? Any help would be appreciated.

Thanks.

@MichaCo
Copy link
Owner

MichaCo commented Dec 20, 2020

Hi @taebae027,
Did you figure something out so far?

This is more a conversation then an issue.

My suggestion would be to write your own, file based, cache handle, which does exactly what you need with your file types and data structures.

@ndrwrbgs
Copy link

ndrwrbgs commented Dec 20, 2020 via email

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

No branches or pull requests

3 participants