From e4ab124d5789d3f7c191020048fdb6921b0abcd0 Mon Sep 17 00:00:00 2001 From: Alexey Danilov Date: Fri, 23 Oct 2015 16:32:48 +0300 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cbe2d8..b7afe79 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ or can limit total count of files in cache: ```java private HttpProxyCacheServer newProxy() { return new HttpProxyCacheServer.Builder(this) - .maxCacheSize(20) + .maxCacheFilesCount(20) .build(); } ```