We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b4817 commit bce6445Copy full SHA for bce6445
src/main/java/com/wego/httpcache/samples/SampleApp.java
@@ -22,7 +22,7 @@ public static AsyncHttpCacheService getAsyncHttpCacheService() {
22
injector.getInstance(AsyncHttpCacheServiceFactory.class);
23
24
AsyncHttpClient asyncHttpClient = new AsyncHttpClient();
25
- return asyncHttpCacheServiceFactory.create(asyncHttpClient, 10000);
+ return asyncHttpCacheServiceFactory.create("SampleApp", asyncHttpClient, 10000);
26
}
27
28
public static void main(String[] args) throws Exception {
0 commit comments