Former-commit-id:ab8b346489
[formerlyc8a43edd9e
] [formerlyd6b4cb65f4
[formerly b535a90fb25287945485c10b3c85749c11285171]] Former-commit-id:d6b4cb65f4
Former-commit-id:146c43a606
21 lines
914 B
XML
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>
|