Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

None

Examples

Code Block
xmlxml
linenumberstrue
xml
<cache:cache>
	<maxElementsInMemory>50</maxElementsInMemory>
	<memoryStoreEvictionPolicy>LRU</memoryStoreEvictionPolicy>
	<eternal>false</eternal>
	<timeToIdleSeconds>0</timeToIdleSeconds>
	<timeToLiveSeconds>300</timeToLiveSeconds>
	<overflowToDisk>true</overflowToDisk>
	<maxElementsOnDisk>2000</maxElementsOnDisk>
	<diskPersistent>false</diskPersistent>
	<diskExpiryThreadIntervalSeconds>120</diskExpiryThreadIntervalSeconds>
</cache:cache>