Skip to content

Commit 43f0cb6

Browse files
committed
Merge pull request mybatis#567 from ljh5650/patch-1
inappropriate translation
2 parents 81729c6 + 743a3b9 commit 43f0cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ ps.setInt(1,id);]]></source>
145145
</tr>
146146
<tr>
147147
<td><code>flushCache</code></td>
148-
<td>이 값을 true 로 셋팅하면 구문이 호출될때마다 캐시가 지원질것이다(flush).
148+
<td>이 값을 true 로 셋팅하면 구문이 호출될때마다 로컬, 2nd 레벨 캐시가 지워질것이다(flush).
149149
디폴트는 false이다.</td>
150150
</tr>
151151
<tr>
152152
<td><code>useCache</code></td>
153-
<td>이 값을 true 로 셋팅하면 구문의 결과가 캐시될 것이다.
153+
<td>이 값을 true 로 셋팅하면 구문의 결과가 2nd 레벨 캐시에 캐시 될 것이다.
154154
디폴트는 true이다.</td>
155155
</tr>
156156
<tr>

0 commit comments

Comments
 (0)