Versions in this module Expand all Collapse all v2 v2.1.0 Aug 29, 2022 Changes in this version + type KV struct + func New() *KV[V] + func (c *KV[V]) Get(key string) V + func (c *KV[V]) Has(key string) bool + func (c *KV[V]) Purge() + func (c *KV[V]) Remove(key string) + func (c *KV[V]) Set(key string, value V)