KVS cacheライブラリKottageでモバイルアプリのSingle Source of Truthを実現する by irgaly

Kotlin Fest 2022
ショート(25分)

KVS cacheライブラリKottageでモバイルアプリのSingle Source of Truthを実現する

irgaly irgaly irgaly
1

Kotlin Multiplatform 対応の KVS cache ライブラリ Kottage の使い方を紹介します。

https://github.com/irgaly/kottage

Kottage は Multiplatform (JVM/Android/iOS/macOS/Linux/Windows) で利用できます。

特にモバイルアプリ開発(Android / iOS)では以下のような用途に使われることを想定しています。

  • 期限付き cache データの保存
  • @Serializable の保存
  • API レスポンスキャッシュ
  • Single Source of Truth
  • Paging
  • (Android) Navigation Args 引数渡し

本セッションでは Kottage の基本的な使い方を説明します。