Skip to content

Example output is not matched with actual output #157

Open
@rahfar

Description

@rahfar

Hi, I tried this example (go version go1.21.1 linux/amd64)
And instead of

value before expiration is found: true, value: "val1"
value after expiration is found: false, value: ""
Cache len: 1

got

value before expiration is found: true, value: "val1"
value after expiration is found: true, value: ""
Cache len: 2

Should I make pr to readme or lib is not supposed to work like this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions