Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 420 Bytes

CHANGELOG.md

File metadata and controls

16 lines (10 loc) · 420 Bytes

[0.0.2]

  • Use synchronized library.

[0.0.1] - Basic usage.

  • LRU Map
  • Store One CacheEntry with multiple files by using CacheEditor
  • Get CacheSnapshot and open streams directly from CacheEntry
  • Using a key to remove from cache
  • A record file to store all operation info,including 'DIRTY','CLEAN','REMOVE','READ'
  • Get total size from cache
  • When cache.size > caches.maxSize , auto trim to size.