facebook twitter hatena line email

「Android/DiskLruCache」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==準備== 以下追加 *app/build.gradle dependencies { implementation 'com.jakewharton:disklrucache:2.0.2' } ==公式?== https://github.com/JakeWharton/DiskLruC...」)
(相違点なし)

2018年11月27日 (火) 17:59時点における版

準備

以下追加

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

公式?

https://github.com/JakeWharton/DiskLruCache