Questions tagged [akavache]

Akavache is an asynchronous, persistent (i.e. writes to disk) key-value store created for writing desktop and mobile applications in C#. Think of it like memcached for desktop apps.

Akavache is an asynchronous, persistent (i.e. writes to disk) key-value store created for writing desktop and mobile applications in C#. Think of it like memcached for desktop apps.

91 questions
-2
votes
1 answer

Calling Akavache synchronously causes deadlock

I am trying to use Akavache's BlobCache.InMemory.GetOrCreateObject to add caching to one of my database table, when I call it asynchronously, everything is fine. But since async requires caller to change to async as well and there are a lot of…
imgen
  • 2,803
  • 7
  • 44
  • 64
1 2 3 4 5 6
7