Skip to content

Commit 69baf97

Browse files
authored
Update README.md
1 parent 20e8897 commit 69baf97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ AsyncHttpClient.getDefaultInstance().getFile(url, filename, new AsyncHttpClient.
106106
### Caching is supported too
107107

108108
```java
109-
// arguments are the http client, the directory to store cache files, and the size of the cache in bytes
109+
// arguments are the http client, the directory to store cache files,
110+
// and the size of the cache in bytes
110111
ResponseCacheMiddleware.addCache(AsyncHttpClient.getDefaultInstance(),
111112
getFileStreamPath("asynccache"),
112113
1024 * 1024 * 10);

0 commit comments

Comments
 (0)