Versions in this module Expand all Collapse all v0 v0.6.0 Nov 27, 2021 Changes in this version + const CurrentVersion + const DefaultCacheTimeout + const InfoPrefix + type Cache interface + Kvs func() kv_kvs.Kvs + func NoCache() Cache + type Controller interface + Cache func(namespace, name string) (cache Cache) + Shutdown func() + Startup func() error + func New(basePath string, logger esl.Logger) Controller + type Info struct + Expire time.Time + Last time.Time + Name string + Namespace string + Version int + func (z Info) DatabaseName() string + type Lifecycle interface + Close func() + EvictIfRequired func() + Open func() error