https://github.com/radovskyb/self-clearing-in-memory-cache
A simple self clearing in-memory cache.
https://github.com/radovskyb/self-clearing-in-memory-cache
Last synced: about 1 month ago
JSON representation
A simple self clearing in-memory cache.
- Host: GitHub
- URL: https://github.com/radovskyb/self-clearing-in-memory-cache
- Owner: radovskyb
- Created: 2025-11-26T00:50:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-26T00:55:39.000Z (7 months ago)
- Last Synced: 2025-12-27T08:28:24.739Z (6 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# self-clearing-in-memory-cache
Pretty simple self clearing cache implementation.
Created for prototyping small API's where estimated user usage is small, and where using a proper or paid caching service isn't necessary,
but wanting to prevent any memory issues if there's a sudden influx of user input.