Skip to content

Commit

Permalink
Merge pull request square#323 from f2prateek/patch-1
Browse files Browse the repository at this point in the history
Update comments to reflect that memory cache isn't capped anymore.
  • Loading branch information
JakeWharton committed Dec 6, 2013
2 parents 7f7c81a + 4c878dc commit 7e34a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picasso/src/main/java/com/squareup/picasso/Picasso.java
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ void shutdown() {
* This instance is automatically initialized with defaults that are suitable to most
* implementations.
* <ul>
* <li>LRU memory cache of 15% the available application RAM up to 20MB</li>
* <li>LRU memory cache of 15% the available application RAM</li>
* <li>Disk cache of 2% storage space up to 50MB but no less than 5MB. (Note: this is only
* available on API 14+ <em>or</em> if you are using a standalone library that provides a disk
* cache on all API levels like OkHttp)</li>
Expand Down

0 comments on commit 7e34a55

Please sign in to comment.