зеркало из https://github.com/mozilla/gecko-dev.git
6e8d16fcc6
This patch adds the known and widely used disk LRU cache library by Jake Wharton [1]. It's a standalone version of the disk LRU cache found in the AOSP tree. The goal is to use a flat file disk cache to avoid the overhead of storing blobs in a database [2] (and some bugs like bug 1108084). [1] https://github.com/JakeWharton/DiskLruCache [2] https://wiki.mozilla.org/Performance/Avoid_SQLite_In_Your_Next_Firefox_Feature MozReview-Commit-ID: 2ayN7SYVe4W --HG-- extra : rebase_source : d24907e9ab5563999754bb1f554ed31e5c90d47d |
||
---|---|---|
.. | ||
ch/boye/httpclientandroidlib | ||
com | ||
org | ||
AndroidManifest.xml | ||
README | ||
build.gradle |
README
This directory contains the source code of Java libraries used by Mozilla Fennec (Firefox for Android) but developed by third-party organizations.