sider v0.1.0 API Reference
Modules
Sider is an in-memory key-value store with the following characteristics:
- keys & values may be of any type
- Key-value pairs expire - once set in the store, they are only valid for a given time
- Sider has O(keys) + O(values) memory characteristics
- The cache maintains consistent access times - It will not degrade when reaping expired values