Skip to content

patricklaux/xcache

Repository files navigation

Xcache

License Release Maven Last commit

简介

Xcache 是一个具有易于扩展、易于使用、配置灵活的 Java 缓存框架。

特性

  • 支持多种缓存模式:Cache-Aside,Read-Through,Write-Through,Write-Behind。
  • 支持缓存数据同步:各缓存实例通过缓存事件广播保持数据一致。
  • 支持缓存指标统计:
  • 支持缓存自动刷新:
  • 支持数据回源加锁:
  • 支持缓存数据压缩:
  • 支持数据存在断言:
  • 适配 SpringCache:
  • 更强大的缓存注解:Cacheable,CacheableAll,CachePut,CachePutAll,CacheEvict,CacheEvictAll,CacheClear

缓存指标

缓存锁设计

缓存键转换

缓存数据序列化

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages