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 | 1 | -6/+6 |
| | | | | Change type of value to `[]byte`. | ||||
* | add `cache` package | siddharth ravikumar | 2022-06-06 | 1 | -0/+54 |
A simple key-value store. |