From ea393a9b7b7aa654db6465ef40e9f8216e9a0863 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 17 Dec 2021 16:03:12 +0300 Subject: [PATCH] Update README.md --- redisson-hibernate/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/redisson-hibernate/README.md b/redisson-hibernate/README.md index 2b78e17f1..4c1bbe932 100644 --- a/redisson-hibernate/README.md +++ b/redisson-hibernate/README.md @@ -99,6 +99,8 @@ By default each Region Factory creates own Redisson instance. For multiple appli #### Redisson allows to define follow cache settings per entity, collection, naturalid, query and timestamp regions: +`REGION_NAME` - is a name of region which is defined in @Cache annotation otherwise it's the fully qualified class name. + | | | |-|-| |Parameter| `hibernate.cache.redisson.[REGION_NAME].eviction.max_entries` |