awips2/edexOsgi/com.raytheon.uf.edex.registry.ebxml/utility/edex_static/base/ebxml/cache/RegRepCacheConfig.xml
Bryan Kowal 6d7f57c62a Issue #1455 - Merge 5-Data_Delivery into AWIPS2_baseline
Former-commit-id: ab8b346489 [formerly c8a43edd9e] [formerly d6b4cb65f4 [formerly b535a90fb25287945485c10b3c85749c11285171]]
Former-commit-id: d6b4cb65f4
Former-commit-id: 146c43a606
2013-01-07 12:16:01 -06:00

21 lines
914 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- TODO Replace with specific ehcache.xml not in localization, since not loaded via localization -->
<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:jboss:jbosscache-core:config:3.2">
<!-- By not specifying the 'clustering' element, the cache runs in LOCAL
mode. -->
<!-- Configure the TransactionManager -->
<transaction
transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup" />
<!-- Eviction configuration. WakeupInterval defines how often the eviction
thread runs, in milliseconds. 0 means the eviction thread will never run. -->
<eviction wakeUpInterval="15000">
<default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
eventQueueSize="50000">
<property name="maxNodes" value="1000" />
<property name="timeToLive" value="-1" />
</default>
</eviction>
</jbosscache>