pankiba
pankiba

Reputation: 255

Hazelcast as Second level cache + distributed

Can we use hazelcast as second level cache plus distributed cache. I want to configure entities to cache as second level cache and few collections as distributed. Could you please direct me to some example.

Thanks

Upvotes: 0

Views: 179

Answers (1)

Gokhan Oner
Gokhan Oner

Reputation: 3257

@Barvepan, you can check this project of mine: https://github.com/gokhanoner/seajug-demo

It uses Hazelcast as Hibernate 2nd level cache, distributed object cache + distributed session cache.

You can find separate examples in Hazelcast samples repo:

https://github.com/hazelcast/hazelcast-code-samples

https://github.com/hazelcast/hazelcast-code-samples/tree/master/hazelcast-integration

Upvotes: 1

Related Questions