master
cache.kmap
func (c *cache) kmap(kvObject KVObject) (kvMap, error) { var err error c.mu.Lock() keyPrefix := Key(kvObject.KeyPrefix()...)