summaryrefslogtreecommitdiffstats
path: root/cache
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-062-14/+15
| | | | Change type of value to `[]byte`.
* add `cache` packagesiddharth ravikumar2022-06-062-0/+126
A simple key-value store.