A Distributed Caching Service with Rust π¦π¦.
- Basic Cache
- LRU Cache
- LRU Cache with TTL
- LRU Cache with Size
- LRU Cache with Size and TTL
- print cache
- Thread Safety
Run examples as follows:
source .bashrc
pandas-pouch --example <file-name-from-examples>