Update README.md

pull/2540/head
Nikita Koksharov 5 years ago committed by GitHub
parent b0c5f0add4
commit 3231b26cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,7 +66,7 @@ Redisson allows to define follow settings per Cache instance:
Examples:
```xml
<cache type="org.redisson.hibernate.RedissonCache">
<cache type="org.redisson.mybatis.RedissonCache">
<property name="timeToLive" value="200000"/>
<property name="maxIdleTime" value="100000"/>
<property name="maxSize" value="100000"/>
@ -74,7 +74,7 @@ Examples:
</cache>
<!-- or -->
<cache type="org.redisson.hibernate.RedissonLocalCachedCache">
<cache type="org.redisson.mybatis.RedissonLocalCachedCache">
<property name="timeToLive" value="200000"/>
<property name="maxIdleTime" value="100000"/>
<property name="maxSize" value="100000"/>
@ -89,7 +89,7 @@ Examples:
</cache>
<!-- or -->
<cache type="org.redisson.hibernate.RedissonClusteredCache">
<cache type="org.redisson.mybatis.RedissonClusteredCache">
<property name="timeToLive" value="200000"/>
<property name="maxIdleTime" value="100000"/>
<property name="maxSize" value="100000"/>
@ -97,7 +97,7 @@ Examples:
</cache>
<!-- or -->
<cache type="org.redisson.hibernate.RedissonClusteredLocalCachedCache">
<cache type="org.redisson.mybatis.RedissonClusteredLocalCachedCache">
<property name="timeToLive" value="200000"/>
<property name="maxIdleTime" value="100000"/>
<property name="maxSize" value="100000"/>

Loading…
Cancel
Save