Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.01 KB

Cache

Build Status Coverage Status Codacy Badge License: MIT

中文文档

FEATURES

  • Memory Cache
  • Cache Persistence
  • Distributed Cache
  • Timeout
  • FIFO/LFU/LRU Strategy
  • Hierarchical cache(Memory -> Other node -> Datasource)

ROADMAP

V1.0

  • Memory Cache
  • Timeout
  • Hierarchical cache(Memory -> Datasource)
  • Usage document