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