aZedrummer

Results 4 comments of aZedrummer

Hi, same here. Is there an alternative to static BlobCache.XXXX ? For example, we could instantiate directly an IBlobCache and keep control over that instance. Xamarin.Forms provides us 3 events...

Thanks for your quick answer. Here is what I ended up doing in my Xamarin Forms app. In the App class, I call the following code in OnStart and OnResume...

@paul-kiar The shutdownRequested boolean exists in the BlobCache class, but not in the implementations of IBlobCache, that's why I call Shutdown() on a cache instance, not on BlobCache.

@EmilAlipiev in the the Readme of Akavache you can read this : > What's this Global Variable nonsense? Why can't I use $FAVORITE_IOC_LIBRARY > You totally can. Just instantiate SQLitePersistentBlobCache...