https://github.com/mybatis/hazelcast-cache
MyBatis Hazelcast adapter
https://github.com/mybatis/hazelcast-cache
cache hazelcast java
Last synced: 10 months ago
JSON representation
MyBatis Hazelcast adapter
- Host: GitHub
- URL: https://github.com/mybatis/hazelcast-cache
- Owner: mybatis
- License: apache-2.0
- Created: 2013-02-12T20:38:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T20:19:33.000Z (over 1 year ago)
- Last Synced: 2024-12-16T21:32:17.104Z (over 1 year ago)
- Topics: cache, hazelcast, java
- Language: Java
- Homepage: http://mybatis.github.io/hazelcast-cache
- Size: 2.24 MB
- Stars: 21
- Watchers: 14
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MyBatis Hazelcast Extension
===========================
[](https://github.com/mybatis/hazelcast-cache/actions/workflows/ci.yaml)
[](https://coveralls.io/github/mybatis/hazelcast-cache?branch=master)
[](https://maven-badges.herokuapp.com/maven-central/org.mybatis.caches/mybatis-hazelcast)
[](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/caches/mybatis-hazelcast/)
[](https://www.apache.org/licenses/LICENSE-2.0.html)

MyBatis-Hazelcast extension Hazelcast support for MyBatis Cache.
Essentials
----------
* [See the docs](https://mybatis.org/hazelcast-cache/)
This module contains two cache implementations utilizing Hazelcast:
1) org.mybatis.caches.hazelcast.HazelcastCache:
Use "org.mybatis.caches.hazelcast.HazelcastCache" if you want the JVM running MyBatis to be part of the Hazelcast cache cluster.
Internally this is calling "Hazelcast.newHazelcastInstance()".
2) org.mybatis.caches.hazelcast.HazelcastClientCache:
Use "org.mybatis.caches.hazelcast.HazelcastClientCache" if you want the JVM running MyBatis to be a client to a Hazelcast cache cluster running outside the JVM running MyBatis.
Internally this is calling "HazelcastClient.newHazelcastClient()". Also see https://hazelcast.org/docs/latest/manual/html/nativeclient.html
Support Hazelcast
-----------------
mybatis-hazelcast 1.1.x supports hazelcast 3 - end of life (jdk 8)
mybatis-hazelcast 1.2.x supports hazelcast 4 - end of life (jdk 8)
mybatis-hazelcast 1.3.x supports hazelcast 5 until 5.3.x (jdk 8)
mybatis-hazelcast 1.4.x supports hazelcast 5.4.x on (jdk 17)