「Android/DiskLruCache」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==準備== 以下追加 *app/build.gradle dependencies { implementation 'com.jakewharton:disklrucache:2.0.2' } ==公式?== https://github.com/JakeWharton/DiskLruC...」) |
(→公式?) |
||
行8: | 行8: | ||
==公式?== | ==公式?== | ||
https://github.com/JakeWharton/DiskLruCache | https://github.com/JakeWharton/DiskLruCache | ||
+ | |||
+ | google | ||
+ | https://android.googlesource.com/platform/libcore/+/jb-mr2-release/luni/src/main/java/libcore/io/DiskLruCache.java |
2018年11月27日 (火) 18:01時点における版
準備
以下追加
- app/build.gradle
dependencies { implementation 'com.jakewharton:disklrucache:2.0.2' }