Skip to content

Commit

Permalink
SAK-14084
Browse files Browse the repository at this point in the history
Add some sample entries for the DBFlat Caches.



git-svn-id: https://source.sakaiproject.org/svn/memory/trunk@49444 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
csev committed Jul 29, 2008
1 parent ca8e940 commit 1e26998
Showing 1 changed file with 34 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
timeToLiveSeconds="300"
overflowToDisk="false" />


<cache
name="org.sakaiproject.user.api.UserDirectoryService"
maxElementsInMemory="100000"
Expand All @@ -90,4 +89,38 @@
timeToLiveSeconds="7200"
overflowToDisk="false" />

<!-- Sample entries for the Db-Flat Caches
<cache
name="DB-Flat.SAKAI_SITE"
maxElementsInMemory="10000"
eternal="false"
timeToIdleSeconds="300"
timeToLiveSeconds="300"
overflowToDisk="false" />
<cache
name="DB-Flat.SAKAI_SITE_PROPERTY"
maxElementsInMemory="10000"
eternal="false"
timeToIdleSeconds="300"
timeToLiveSeconds="300"
overflowToDisk="false" />
<cache
name="DB-Flat.SAKAI_SITE_PAGE_PROPERTY"
maxElementsInMemory="10000"
eternal="false"
timeToIdleSeconds="300"
timeToLiveSeconds="300"
overflowToDisk="false" />
<cache
name="DB-Flat.SAKAI_REALM_PROPERTY"
maxElementsInMemory="10000"
eternal="false"
timeToIdleSeconds="300"
timeToLiveSeconds="300"
overflowToDisk="false" />
-->

</ehcache>

0 comments on commit 1e26998

Please sign in to comment.