-
Hi,
Could it be possible to upload your jar to the maven central repository ?
Thanks!
2008-04-24 12:24:11 UTC by nobody
-
The EHCacheInterceptor used the "refreshPeriod" value as a name for the ehcache used.
I would prefere that the name is configurable so that you don't end up with a cache called "900" which does not say more.
A (simple) idea is to give the EHCacheInterceptor a new setter "cacheNamePrefix" that will be prepended to the refreshPeriod when not null.
I could provide a patch if needed.
Thank you.
2007-02-08 14:20:28 UTC by robcos
-
pcoucke committed patchset 11 of module spring-cache to the Spring AOP Cache CVS repository, changing 3 files.
2006-11-27 14:25:20 UTC by pcoucke
-
pcoucke committed patchset 10 of module spring-cache to the Spring AOP Cache CVS repository, changing 6 files.
2006-11-22 16:28:46 UTC by pcoucke
-
pcoucke committed patchset 9 of module spring-cache to the Spring AOP Cache CVS repository, changing 1 files.
2006-11-21 17:21:52 UTC by pcoucke
-
The attached patch is required to make the
EHCacheInterceptor work with ehcache-1.2 and newer.
(Status-codes of CacheManager have changed from int to
enum.)
Best regards,
Florian Kirchmeir.
2006-10-02 12:58:17 UTC by kflorian
-
pcoucke committed patchset 8 of module spring-cache to the Spring AOP Cache CVS repository, changing 4 files.
2006-08-31 09:32:04 UTC by pcoucke
-
pcoucke committed patchset 7 of module spring-cache to the Spring AOP Cache CVS repository, changing 1 files.
2006-08-29 17:13:24 UTC by pcoucke
-
pcoucke committed patchset 6 of module spring-cache to the Spring AOP Cache CVS repository, changing 1 files.
2006-08-29 17:05:37 UTC by pcoucke
-
pcoucke committed patchset 5 of module spring-cache to the Spring AOP Cache CVS repository, changing 5 files.
2006-08-29 17:00:18 UTC by pcoucke