Skip to content

Commit d6231ad

Browse files
authored
Update namespace of class Cache in ko document
Update namespace of class Cache from "org.mybatis.cache" to "org.apache.ibatis.cache"
1 parent cba3c25 commit d6231ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@ public class User {
16851685
<source><![CDATA[<cache type="com.domain.something.MyCustomCache"/>]]></source>
16861686

16871687
<p>이 예제는 사용자 지정 캐시 구현체를 사용하는 방법을 보여준다.
1688-
type속성에 명시된 클래스는 org.mybatis.cache.Cache인터페이스를 반드시 구현해야 한다.
1688+
type속성에 명시된 클래스는 org.apache.ibatis.cache.Cache인터페이스를 반드시 구현해야 한다.
16891689
이 인터페이스는 마이바티스 프레임워크의 가장 복잡한 구성엘리먼트 중 하나이다.
16901690
하지만 하는 일은 간단하다.</p>
16911691

0 commit comments

Comments
 (0)