v1.4.0
- Use
time.Duration
instead ofint
formaxTTL
andpruneInterval
parameters - Change all examples and tests to use
time.Duration
- Create
GetNoUpdate()
which is the same asGet()
, except that is does not update thelastAccess
expiration time -
- This ignores the
refreshLastAccessOnGet
parameter
- This ignores the
- Create TestGetNoUpdate() function
Full Changelog: v1.3.0...v1.4.0