Skip to content

Commit d042db0

Browse files
authored
[doc] Update namespace of class Cache
Update namespace of class Cache from "org.mybatis.cache" to "org.apache.ibatis.cache"
1 parent dc8e15a commit d042db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/zh/xdoc/sqlmap-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,7 @@ SELECT * FROM POST WHERE BLOG_ID = #{id}]]></source>
20402040

20412041
<p>
20422042
这个示例展示了如何使用一个自定义的缓存实现。type 属性指定的类必须实现
2043-
org.mybatis.cache.Cache 接口,且提供一个接受 String 参数作为 id 的构造器。
2043+
org.apache.ibatis.cache.Cache 接口,且提供一个接受 String 参数作为 id 的构造器。
20442044
这个接口是 MyBatis 框架中许多复杂的接口之一,但是行为却非常简单。
20452045
</p>
20462046

0 commit comments

Comments
 (0)