Hi
Can I control the cache size from xml config somehow?

Code:
	<bean id="cacheManager" class="org.springframework.cache.support.SimpleCacheManager">
		<property name="caches">
			<set>
				<bean
					class="org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean"
					name="my_cache" />
			</set>
		</property>
	</bean>