summaryrefslogtreecommitdiffstats
path: root/cache/cache.go
Commit message (Collapse)AuthorAgeFilesLines
* cache: update `Get`siddharth ravikumar2022-06-061-3/+1
| | | | Don't remove the item from the store if it is expired.
* 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.