Skip to content

Commit

Permalink
SAK-49146 Common switch TypeImpl to nonstrict-read-write cache strate…
Browse files Browse the repository at this point in the history
…gy and atomic (#11803)

Co-authored-by: Earle Nietzel <[email protected]>
(cherry picked from commit 7aef2d9)
  • Loading branch information
jesusmmp authored and ern committed Oct 2, 2024
1 parent cfb1b34 commit 467d891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<class name="org.sakaiproject.component.common.type.TypeImpl"
table="CMN_TYPE_T" optimistic-lock="version">

<cache usage="read-write" />
<cache usage="nonstrict-read-write" />

<!-- Persistable fields -->
<id name="id">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<bean parent="org.sakaiproject.ignite.cache.atomic">
<property name="name" value="org.sakaiproject.api.common.type.Type"/>
</bean>
<bean parent="org.sakaiproject.ignite.cache.transactional">
<bean parent="org.sakaiproject.ignite.cache.atomic">
<property name="name" value="org.sakaiproject.component.common.type.TypeImpl"/>
</bean>
<bean parent="org.sakaiproject.ignite.cache.atomic">
Expand Down

0 comments on commit 467d891

Please sign in to comment.