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 441386d commit e2f8e94Copy full SHA for e2f8e94
README.md
@@ -17,4 +17,15 @@ Sample Usage:
17
new Cache<>(key -> readFileContent(new File(key)), 10);
18
```
19
20
-See [example](https://github.com/barakb/Cache/blob/master/src/test/java/org/async/utils/cache/FileContentCache.java)
+See [example](https://github.com/barakb/Cache/blob/master/src/test/java/org/async/utils/cache/FileContentCache.java)
21
+
22
23
+Maven dependency
24
25
+```xml
26
+ <dependency>
27
+ <groupId>com.github.barakb</groupId>
28
+ <artifactId>concurrent-cache</artifactId>
29
+ <version>1.0</version>
30
+ </dependency>
31
+```
0 commit comments