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

Implement File based cache storage #2

Open
darrelmiller opened this issue Mar 12, 2014 · 3 comments
Open

Implement File based cache storage #2

darrelmiller opened this issue Mar 12, 2014 · 3 comments

Comments

@darrelmiller
Copy link
Member

No description provided.

@grokys
Copy link

grokys commented Dec 21, 2016

I looked into doing this using akavache but it seems the CacheEntry class can't be deserialized, in particular the VariantId property: https://github.com/tavis-software/Tavis.HttpCache/blob/master/src/HttpCache/CacheEntry.cs#L36

@darrelmiller
Copy link
Member Author

That could probably be changed to a string, if that helps. 

@grokys
Copy link

grokys commented Dec 22, 2016

I don't think Guid or string would make much difference. The problem is that the property is read-only ;)

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

2 participants