Akavache
Akavache copied to clipboard
An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that e...
Is there a way to update expiration dates of existing cached items, preferably without reading the object from a disk cache into memory and rewriting it back to the disk...
***Note*: for support questions, please ask on StackOverflow: https://stackoverflow.com/questions/tagged/Akavache . This repository's issues are reserved for feature requests and bug reports.** **Do you want to request a *feature* or report...
Due to better performance of System.Text.Json comparing to Newtonsoft.Json especially in .net5 it would be great to add possibility to user to inject desired serializer or to add some enum...
**Describe the bug** GetObjects will not return if more than 64 strings are passed in. **Steps To Reproduce** var resultsDictionary = await BlobCache.UserAccount.GetObjects(listOf65Keys); GetObjects will never resolve. **Expected behavior** GetObjects...
**Describe the bug** Hi, I have an issue with the time zone, od device has set time zone +2 for Poland, data I try to store in the cache have...
**Describe the bug** After upgrade from NET 5 to NET 6 with the latest version of Akavache 8.1.1 I am getting this error: ``` System.TypeInitializationException: 'The type initializer for 'Akavache.BlobCache'...
If I use Link all assemblies I got this error then I try to run the app. (If I use link SDK assemblies it works, but I want to link...
**Describe the bug** I have created this bug earlier and came back to see any improvement because my previous issue was closed with a commit but unfortunately result is same...
**Describe the bug** I am using an older version of Akavache (6.10.4) as using the latest gives me another exception : 'System.InvalidOperationException: Sequence contains no elements' Here is my code:...
**Describe the bug** I am seeing regularly below exception in my exception logs. ``` JsonSerializationMixin.GetObject[T] (Akavache.IBlobCache This, System.String key) System.ArgumentNullException: Value cannot be null. Parameter name: source at System.Reactive.Linq.Observable.SelectMany[TSource,TResult] (System.IObservable`1[T]...