Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cache: update `Get` | siddharth ravikumar | 2022-06-06 | 1 | -3/+1 |
| | | | | Don't remove the item from the store if it is expired. | ||||
* | cache: update `item` | siddharth ravikumar | 2022-06-06 | 2 | -14/+15 |
| | | | | Change type of value to `[]byte`. | ||||
* | add `cache` package | siddharth ravikumar | 2022-06-06 | 2 | -0/+126 |
A simple key-value store. |