Skip to content

v2.4.0

Compare
Choose a tag to compare
@areyouok areyouok released this 31 Jan 05:58
· 510 commits to master since this release
  • introduce @CacheInvalidate and @CacheUpdate for removing or updating method cache
  • @Cached support specify key using SpEL in key attribute
  • bugfix: ClassCastException occurs when different application server connect to same remote cache server using different cacheType(CacheType.REMOTE or CacheType.BOTH).