git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2915
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd" >
+ <bean id="shibboleth.CacheMaager" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean" />
+
<bean id="shibboleth.TaskTimer" class="java.util.Timer" destroy-method="cancel">
<constructor-arg value="true" type="boolean" />
</bean>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+
+<ehcache updateCheck="false" monitoring="off" dynamicConfig="false">
+
+ <defaultCache eternal="false" maxElementsInMemory="10000" memoryStoreEvictionPolicy="LRU"
+ overflowToDisk="false" />
+
+</ehcache>
\ No newline at end of file