Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

projectdiscovery/expirablelru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

expirablelru

expirablelru implements a TTL expiring LRU cache based on the one at hashicorp/golang-lru#68 which in turn is based on https://github.com/hashicorp/golang-lru. All thanks go to @paskal and the hashicorp team.

Only difference is the addition of the AddWithTTL method which allows users to set a TTL per-item.

About

A TTL expiring LRU cache in go

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages