qianjava / ehcache-spring-annotations

Automatically exported from code.google.com/p/ehcache-spring-annotations
0 stars 0 forks source link

Let interval config property be configured with a PPH #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The interval property of the new config namespace element is resolved by
EhCacheConfigBeanDefinitionParser as an int, so it cannot be configured
with a PropertyPlaceHolder.

interval should be directly expressed in msec and be resolved as a String.

Original issue reported on code.google.com by kalis...@gmail.com on 7 Jun 2010 at 2:21

GoogleCodeExporter commented 8 years ago

Original comment by eric.dalquist on 8 Jun 2010 at 11:22

GoogleCodeExporter commented 8 years ago
The property placeholder issue has been resolved.

I think we're going to leave the units as minutes, setting eviction any more 
frequent than 1 minute will start causing performance problems for an 
application.

Original comment by eric.dalquist on 11 Jun 2010 at 7:31