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' }