Skip to content

v2.6.0.M3

Pre-release
Pre-release
Compare
Choose a tag to compare
@areyouok areyouok released this 23 Jun 14:31
· 298 commits to master since this release
  • add CacheMessagePublisher and CacheMessageReceiver interface
  • simplify customization of CacheMonitor/MetricsCallback, KeyConvertor, ValueEncoder/Decoder, CacheNameGenerator
  • rename DefaultCacheMonitorManager to DefaultMetricsManager, rename statCallback to metricsCallback
  • add MockRemoteCache to jetcache-core for unit test
  • improve cache initialization in CacheManager
  • some minor fix