sider v0.1.0 API Reference

Modules

Sider is an in-memory key-value store with the following characteristics:

  1. keys & values may be of any type
  2. Key-value pairs expire - once set in the store, they are only valid for a given time
  3. Sider has O(keys) + O(values) memory characteristics
  4. The cache maintains consistent access times - It will not degrade when reaping expired values