Update README.md

pull/5994/head
Nikita Koksharov 7 months ago committed by GitHub
parent 9d0adcefb9
commit a14c9d0275
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -79,9 +79,9 @@ Below is the list of all Cache implementations:
|clustered<br/><sub><i>available only in [Redisson PRO](https://redisson.pro)</i></sub> | ❌ | ✔️ | **scripted** | ✔️ |
|clustered_localcache<br/><sub><i>available only in [Redisson PRO](https://redisson.pro)</i></sub> | ✔️ | ✔️ | **scripted** | ✔️ |
`expire-after-write` setting defines time to live of the item stored in the cache
`expire-after-access` setting defines time to live added to the item after read operation
`implementation` setting defines the type of cache used
`expire-after-write` setting defines time to live of the item stored in the cache. Default value is `0`.
`expire-after-access` setting defines time to live added to the item after read operation. Default value is `0`.
`implementation` setting defines the type of cache used. Default value is `standard`.
```
quarkus.cache.type=redisson

Loading…
Cancel
Save