Skip to content

Commit 743a3b9

Browse files
committed
inappropriate translation
It did not specify for level of cache. (local cache and 2nd cache) typo(지원질) is fixed.
1 parent 81729c6 commit 743a3b9

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)