|
|
|
@ -12,7 +12,7 @@ Redisson provides various MyBatis Cache implementations including those with fea
|
|
|
|
|
|
|
|
|
|
Below is the list of all available implementations with local cache and/or data partitioning support:
|
|
|
|
|
|
|
|
|
|
|Class name | Local cache <br/> support<br/>(up to 5x faster) | Data partitioning <br/> support |
|
|
|
|
|
|Class name | Local cache <br/> support<br/>(up to 45x faster) | Data partitioning <br/> support |
|
|
|
|
|
| ------------- | ------------- | ------------|
|
|
|
|
|
|RedissonCache<br/> | No | No |
|
|
|
|
|
|RedissonLocalCachedCache<br/><sub><i>available only in [Redisson PRO](http://redisson.pro) edition</i></sub> | **Yes** | No |
|
|
|
|
@ -84,4 +84,4 @@ Examples:
|
|
|
|
|
<property name="maxSize" value="100000"/>
|
|
|
|
|
<property name="redissonConfig" value="redisson.yaml"/>
|
|
|
|
|
</cache>
|
|
|
|
|
```
|
|
|
|
|
```
|
|
|
|
|