Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Seeking Akavache documentation or examples

I discovered Akavache over the weekend and it looks like a nice highly recommended solution for caching items on both Win8 and WP8.

However, I cannot find any actual examples of or documentation for how to use it!

Does any one have any sample projects or docs I they can share?

like image 872
SelAromDotNet Avatar asked Apr 22 '13 04:04

SelAromDotNet


1 Answers

I'm the author of Akavache. While there isn't any formal documentation other than the Readme, there are a few good examples of how to use it, I would read the ViewModels of these projects to see how it works:

  • https://github.com/play/play-windows
  • https://github.com/xpaulbettsx/AkavacheExplorer

However, I think the API is pretty self-explanatory, just hit BlobCache.LocalMachine. and see what Intellisense reveals :)

If you do have any questions though, ping me at [email protected] and I'll be glad to help out.

like image 152
Ana Betts Avatar answered Nov 15 '22 03:11

Ana Betts