Versions in this module Expand all Collapse all v0 v0.0.1 Apr 23, 2019 Changes in this version + type Cache struct + func New(keyFunc KeyFunc) *Cache + func (c *Cache) Cache(rev store.Revision) + func (c *Cache) Delete(rev store.Revision) + func (c *Cache) SafeCopy() store.RevisionList + type KeyFunc func(store.Revision) string + type RevisionCacher interface + Cache func(rev store.Revision) + Delete func(rev store.Revision) + SafeCopy func() store.RevisionList