v2.4.0
- introduce
@CacheInvalidate
and@CacheUpdate
for removing or updating method cache @Cached
support specify key using SpEL inkey
attribute- bugfix: ClassCastException occurs when different application server connect to same remote cache server using different cacheType(
CacheType.REMOTE
orCacheType.BOTH
).