summaryrefslogtreecommitdiffstats
path: root/cache/cache.go
Commit message (Collapse)AuthorAgeFilesLines
* cache: update `item`siddharth ravikumar2022-06-061-6/+6
| | | | Change type of value to `[]byte`.
* add `cache` packagesiddharth ravikumar2022-06-061-0/+54
A simple key-value store.