Re: CacheStoreAdapter#loadAll and ContinuousQuery

2017-09-20 Thread Denis Mekhanikov
Hi Matt! Please provide your implementation of CacheStore so we could tell what is wrong with it. Denis ср, 20 сент. 2017 г. в 4:05, matt : > I've got an implementation of CacheStoreAdapter that appears to be working > (it's persisting items etc..). I also have a ContinuousQuery setup and an >

CacheStoreAdapter#loadAll and ContinuousQuery

2017-09-19 Thread matt
I've got an implementation of CacheStoreAdapter that appears to be working (it's persisting items etc..). I also have a ContinuousQuery setup and an initialQuery that runs after the impls loadAll(). Before I started using my own impl of CacheStoreAdapter - the ContinuousQuery worked as expected, bu