Releases: jftuga/TtlMap
Releases · jftuga/TtlMap
v1.5.1
v1.5.0
- The TtlMap key can now be any comparable data type.
- Updated all tests and examples to use Generics
- Added tests for non-string key types
Full Changelog: v1.4.0...v1.5.0
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
v1.3.0
v1.2.0
- add Clear() function
- add API Function list to README.md
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- add Delete() function
Full Changelog: v1.0.0...v1.1.0