File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Hibernate - Memcached
22A library for using Memcached as a second level distributed cache in Hibernate.
3-
4- * Works with Hibernate 4
3+
4+ * Hibernate 5.2.1.Final : use version 5.2.1.0
5+ * Hibernate 4.3.x : use version 1.1.0
56 * Uses spymemcached client
67 * Supports entity and query caching.
78 * Based on the work done on Hibernate-Memcached for hibernate 3.x
@@ -21,7 +22,7 @@ A library for using Memcached as a second level distributed cache in Hibernate.
2122If memcached authentication is required, it can be specified using "hibernate.memcached.username" and "hibernate.memcached.password"
2223
2324#Maven
24- In order to use this library as a maven dependency, just add the following dependency to your pom.
25+ In order to use this library as a maven dependency, just add the following dependency to your pom (with the desired version)
2526
2627``` xml
2728 <dependency >
Original file line number Diff line number Diff line change 44
55 <groupId >com.github.mihaicostin</groupId >
66 <artifactId >hibernate-l2-memcached</artifactId >
7- <version >5.2.1.0-SNAPSHOT </version >
7+ <version >5.2.1.0</version >
88 <name >hibernate-l2-memcached</name >
99 <description >A library for using Memcached as a second level distributed cache in Hibernate.</description >
1010 <url >https://github.com/mihaicostin/hibernate-l2-memcached</url >
You can’t perform that action at this time.
0 commit comments