// 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