forked from mybatis/hazelcast-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
Hazelcast support for MyBatis Cache
License
ronaldploeger/hazelcast-cache
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Hazelcast support for MyBatis 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 http://hazelcast.org/docs/latest/manual/html/nativeclient.html
About
Hazelcast support for MyBatis Cache
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 100.0%