We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908fdae commit c2a9a02Copy full SHA for c2a9a02
CHANGELOG.md
@@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
fun subscribeUpdate(channel: Observable<K>)
17
```
18
19
+### Changed
20
+- `QuinineCache` changes to `Cache`
21
+- `QuinineLoadingCache` changes to `LoadingCache`
22
+- `QuinineCacheStats` changes to `CacheStats`
23
+
24
## [0.2.0] - 2020-06-09
25
### Changed
26
- the coroutine cache get method changes to suspend function
0 commit comments