8000 Tags · erni27/imcache · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Tags: erni27/imcache

Tags

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use `defer` to unlock mutex (#66)

* FIX: deadlock fix - mutex unlock via defer in GetOrSet

* FIX: move all mutex Unlocks into defer

* FIX: remove unnecessary new lines

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update readme (#60)

* Update README

* Remove inconsistent tabs

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `CompareAndSwap` method (#50)

* Add CompareAndSwap method

* Remove misleading doc

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix zero value Cache default expiration (#42)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `ReplaceKey` method (#38)

* Add ReplaceKey method

* Extend unit tests

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `ReplaceKey` method (#38)

* Add ReplaceKey method

* Extend unit tests

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `Close` method (#37)

* Add Close method

* Bump coverage

* Improve godoc

* Improve godoc

* Improve godoc

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add meaningful benchmarks (#30)

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent usage of LRU queue if not needed (#26)

* Fix options

* Add unit tests

* Fix naming

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove redundant interface (#24)

0