Skip to content

LRU cache settable via size or time to live

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

NickLambert/lru_time_cache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lru_time_cache

Crate Travis Appveyor Coverage
Build Status Build status Coverage Status

| API Documentation | SAFE Network System Documentation | MaidSafe web site | Safe Community site |

#Overview

Provides a Last Recently Used caching algorithm in a container which may be limited by size or time, reordered to most recently seen.

#Todo

  • Implement add_key_value
  • Test add_key_value (time and size based tests)
  • Implement check
  • Test check (time and size based tests)
  • Implement get(key)
  • Test get (time and size based tests)
  • API version 0.8.0
  • Implement delete_key
  • Test delete_key (time and size based tests)
  • API version 0.1.0

About

LRU cache settable via size or time to live

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.6%
  • Rust 41.4%