Skip to content

Tags: hashicorp/golang-lru

Tags

arc/v2.0.7

Toggle arc/v2.0.7's commit message

Verified

This commit was signed with the committer’s verified signature.
mgaffney Michael Gaffney
Update arc to base package v2.0.7

v2.0.7

Toggle v2.0.7's commit message
add a Resize method to 2Q

arc/v2.0.6

Toggle arc/v2.0.6's commit message

Verified

This commit was signed with the committer’s verified signature.
mgaffney Michael Gaffney
Update arc to base package v2.0.6

v2.0.6

Toggle v2.0.6's commit message

Verified

This commit was signed with the committer’s verified signature.
mgaffney Michael Gaffney
test: Add tests for eviction callback

This adds tests to verify that calling Add, ContainsOrAdd, or PeekOrAdd
with a key that is already in the cache does not trigger an eviction or
an eviction callback.

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
mgaffney Michael Gaffney
test: increase sleep time in expirable tests

The github workflows are failing.

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
mgaffney Michael Gaffney
Update README for v1.0.2

arc/v2.0.5

Toggle arc/v2.0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
mgaffney Michael Gaffney
Release update arc dependencies to v2.0.5

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
call evict on replacing value (#135)

arc/v2.0.4

Toggle arc/v2.0.4's commit message
Update to base package v2.0.4

v2.0.3

Toggle v2.0.3's commit message
Remove arc from main module