Versions in this module Expand all Collapse all v0 v0.1.0 Nov 18, 2018 Changes in this version + type Cache struct + func New(bucket string) (*Cache, error) + func (c *Cache) Delete(ctx context.Context, name string) error + func (c *Cache) Get(ctx context.Context, name string) ([]byte, error) + func (c *Cache) Put(ctx context.Context, name string, data []byte) error