Versions in this module Expand all Collapse all v3 v3.13.1 Sep 21, 2022 Changes in this version + func CallExpiry(t time.Duration) client.CallOption + func CallOption(opts *Options) client.CallOption + func SetOptions(ctx context.Context, opts *Options) context.Context + type Cache struct + func New() *Cache + func (c *Cache) Get(ctx context.Context, req client.Request) (interface{}, bool) + func (c *Cache) List() map[string]string + func (c *Cache) Set(ctx context.Context, req client.Request, rsp interface{}, expiry time.Duration) + type Options struct + Expiry time.Duration + func GetOptions(ctx context.Context) (*Options, bool)