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.
2 parents 8931e41 + b0fd5a1 commit b3c4a0bCopy full SHA for b3c4a0b
README.md
@@ -9,6 +9,17 @@ A library for using Memcached as a second level distributed cache in Hibernate.
9
* https://github.com/raykrueger/hibernate-memcached
10
* https://github.com/kcarlson/hibernate-memcached
11
12
+#Maven dependency
13
+
14
+To install it, you just need to add the following Maven dependency:
15
16
+```xml
17
+<dependency>
18
+ <groupId>com.github.mihaicostin</groupId>
19
+ <artifactId>hibernate-l2-memcached</artifactId>
20
+ <version>5.2.1.0</version>
21
+</dependency>
22
+```
23
24
#Example config:
25
0 commit comments