Skip to content

EhCacheFactoryBean does not support setting setStatisticsEnabled field. [SPR-8855] #13497

@spring-projects-issues

Description

@spring-projects-issues

dogukan sonmez opened SPR-8855 and commented

Based on following configuration. It is not possible to enable ehcache statistics on xml file. There is no such a property to enable ehcache statistics.

<bean id="cache" class="org.springframework.cache.ehcache.EhCacheFactoryBean">
<property name="cacheName" value="diskCache"/>
<property name="cacheManager" ref="cacheManager"/>
<property name="maxElementsInMemory" value="1"/>
<property name="overflowToDisk" value="true"/>
<property name="maxElementsOnDisk" value="10"/>
</bean>


Affects: 3.1 RC1

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions