Thursday, December 07, 2006

Spring Cache 2.4.1

I just released a new version of Spring AOP Cache.

I've updated the code so from now on EHCache 1.2.3 needs to be used. EHCacheInterceptor is updated with a property 'overFlowToDisk' which defaults to 'false'. Objects don't need to be Serializable anymore. If you want to use overFlowToDisk, then your objects need to be Serializable.

See the new release: spring-cache-2.4.1.jar.

Labels: , ,