EHCacheInterceptor
Status: Beta
Brought to you by:
pcoucke
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