Skip to content

Commit 490e605

Browse files
Give reference to Near Cache in Using Map section (#432)
1 parent 87b5008 commit 490e605

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,6 +1660,8 @@ client.getMap('my-distributed-map').then(function (mp) {
16601660
});
16611661
```
16621662

1663+
Hazelcast Map supports a Near Cache for remotely stored entries to increase the performance of read operations. See the [Near Cache section](#782-near-cache) for a detailed explanation of the Near Cache feature and its configuration.
1664+
16631665
### 7.4.2. Using MultiMap
16641666

16651667
Hazelcast `MultiMap` is a distributed and specialized map where you can store multiple values under a single key. For details, see the [MultiMap section](https://docs.hazelcast.org/docs/latest/manual/html-single/index.html#multimap) in the Hazelcast IMDG Reference Manual.

0 commit comments

Comments
 (0)