Use CoroutineScope in cache operations
Open
- Dominant language
- Kotlin
- Stars
- 165
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
CoroutinesCache has a CoroutineScope parameter. Cache operations should be scoped, not entire cache. In most cases, cache is a singleton and we create it once per app lifetime since initialization of this object usually takes some time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.