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 92b4cea commit 3676063Copy full SHA for 3676063
README.md
@@ -8,7 +8,7 @@ A very basic usage example:
8
9
```java
10
SimpleCache cache = new SimpleCache();
11
-String data = cache.get_data('label', 'http://some.api.com/file.json');
+String data = cache.get_data("label", "http://some.api.com/file.json");
12
System.out.println(data);
13
```
14
0 commit comments