eko / gocache

☔️ A complete Go cache library that brings you multiple ways of managing your caches
https://vincent.composieux.fr/article/i-wrote-gocache-a-complete-and-extensible-go-cache-library/
MIT License
2.4k stars 193 forks source link

Create Hazelcast store from map instance #252

Closed semihbkgr closed 2 months ago

semihbkgr commented 2 months ago

After I got some insight into the Hazelcast client, I reconsidered the changes applied in #203. Creating a new Hazelcast map instance for each operation does not offer any benefits. Instead, we can safely use a single map instance for all operations, making the API clearer and more concise.