Universal-Cache
Universal-Cache copied to clipboard
Kotlin caching and request sharing via Flow. Main idea: don't load data more times than it's needed.
Results
1
Universal-Cache issues
Sort by
recently updated
recently updated
newest added
General ideas: - Add support for plain suspend functions without Flow - Migrate to a newer Kotlin version - Review usage of the `additionalKey` parameter - Add a license like...