Versions in this module Expand all Collapse all v1 v1.0.1 Jul 13, 2018 v1.0.0 Jun 25, 2018 Changes in this version + type Key interface + type Lru struct + KeyMarshaller func(key Key) Key + LoadFunc func(ctx aws.Context, key Key) (interface{}, error) + MaxEntries int + func (c *Lru) GetWithContext(ctx aws.Context, okey Key) (interface{}, error)