We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d259d86 commit c279613Copy full SHA for c279613
src/main/java/org/mybatis/caches/redis/LoggingRedisCache.java
src/site/xdoc/index.xml.vm
@@ -58,12 +58,6 @@
58
<p>Any property found in the configuration file will be set as a property to the bean <code>JedisConfigPool</code>.
59
There is an additional parameter <code>host</code> to set the Redis server host name; if not set "localhost" will be used.</p>
60
61
- <p>If users need to log cache operations, they can plug the Cache logging version:</p>
62
-
63
- <source><![CDATA[<mapper namespace="org.acme.FooMapper">
64
- <cache type="org.mybatis.caches.redis.LoggingRedisCache" />
65
- ...
66
-</mapper>]]></source>
67
</section>
68
</body>
69
0 commit comments