Skip to content

inappropriate translation #567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/site/ko/xdoc/sqlmap-xml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ ps.setInt(1,id);]]></source>
</tr>
<tr>
<td><code>flushCache</code></td>
<td>이 값을 true 로 셋팅하면 구문이 호출될때마다 캐시가 지원질것이다(flush).
<td>이 값을 true 로 셋팅하면 구문이 호출될때마다 로컬, 2nd 레벨 캐시가 지워질것이다(flush).
디폴트는 false이다.</td>
</tr>
<tr>
<td><code>useCache</code></td>
<td>이 값을 true 로 셋팅하면 구문의 결과가 캐시될 것이다.
<td>이 값을 true 로 셋팅하면 구문의 결과가 2nd 레벨 캐시에 캐시 될 것이다.
디폴트는 true이다.</td>
</tr>
<tr>
Expand Down