xref: /aosp_15_r20/external/glide/third_party/disklrucache/README.third_party (revision 62b6a48d7e9ee2edf3f8ec43dc4f53dc16b6eca5)
1URL: https://github.com/JakeWharton/DiskLruCache/tarball/7a1ecbd38d2ad0873fb843e911d60235b7434acb
2Version: 7a1ecbd38d2ad0873fb843e911d60235b7434acb
3License: Apache 2.0
4License File: LICENSE
5
6Description:
7Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
8
9Local Modifications:
10Exposed File objects directly to gets, removed key validation, removed test sources.
11