https://github.com/soenneker/soenneker.dictionaries.expiringkey
A concurrent dictionary that helps you efficiently manage keys with expiration times
https://github.com/soenneker/soenneker.dictionaries.expiringkey
csharp dictionaries dictionary dotnet expiration expiring expiringkey expiringkeydictionary key util
Last synced: 4 months ago
JSON representation
A concurrent dictionary that helps you efficiently manage keys with expiration times
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.dictionaries.expiringkey
- Owner: soenneker
- License: mit
- Created: 2024-06-12T01:18:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-05T00:10:38.000Z (4 months ago)
- Last Synced: 2026-03-05T00:28:48.122Z (4 months ago)
- Topics: csharp, dictionaries, dictionary, dotnet, expiration, expiring, expiringkey, expiringkeydictionary, key, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.dictionaries.expiringkey/)
[](https://github.com/soenneker/soenneker.dictionaries.expiringkey/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.dictionaries.expiringkey/)
#  Soenneker.Dictionaries.ExpiringKey
### A concurrent dictionary that helps you efficiently manage keys with expiration times
## Installation
```
dotnet add package Soenneker.Dictionaries.ExpiringKey
```