mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
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
|