4 lines
196 B
Go
4 lines
196 B
Go
// Package cachekvstore implements a key-value store that also keeps track of the last update time of the store.
|
|
// It can be used to cache data that is updated periodically.
|
|
package cachekvstore
|