Store
Store copied to clipboard
Android Library for Async Data Loading and Caching
The link for the "Repository pattern" was not the same format as the link for "RxJava" just two sentences later. This is more legible and less distracting.
Hi, I'm testing your library and have noticed that when `store.get()` is called multiple times in the same time, then the request is made also multiple times, despite having either...
When I update my gradle plugin version to 3.4.0, import com.nytimes.android.external.store3.base.impl.Store is not able to be resolved. But it's working fine if I revert back to gradle plugin version 3.3.2....
Currently if a user subscribes to a StoreRoom that has emitted 100 collections of items from a room db, it would get all the emissions. This pr changes to only...
As title. I wonder why there isn't a way to do this. In some cases, I don't want it to get from network, but if the data is available, I...
```Store.clear() ``` claims that it will purge all entries from memory and disk cache ```java /** * purges all entries from memory and disk cache * Persister will only be...