facebook twitter hatena line email

Android/DiskLruCache

提供: 初心者エンジニアの簡易メモ
2018年11月27日 (火) 17:59時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==準備== 以下追加 *app/build.gradle dependencies { implementation 'com.jakewharton:disklrucache:2.0.2' } ==公式?== https://github.com/JakeWharton/DiskLruC...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

準備

以下追加

  • app/build.gradle
dependencies {
    implementation 'com.jakewharton:disklrucache:2.0.2'
}

公式?

https://github.com/JakeWharton/DiskLruCache