2007-05-02から1日間の記事一覧

キャッシュの定義

iBATISのキャッシュは以下のように定義します。 <cacheModel id="product-cache" type ="LRU" readOnly="true" serialize="false"> <flushInterval hours="24"/> <flushOnExecute statement="insertProduct"/> <flushOnExecute statement="updateProduct"/> <flushOnExecute statement="deleteProduct"/> </flushonexecute></flushonexecute></flushonexecute></flushinterval></cachemodel>