https://github.com/libtnb/cache
Cache package
https://github.com/libtnb/cache
Last synced: 3 months ago
JSON representation
Cache package
- Host: GitHub
- URL: https://github.com/libtnb/cache
- Owner: libtnb
- License: mit
- Created: 2024-12-31T15:11:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-06T21:43:00.000Z (3 months ago)
- Last Synced: 2026-03-07T01:34:14.197Z (3 months ago)
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cache
Cache package for Go. It provides an in-memory cache.
This package refers to the cache module in [goravel/framework](https://github.com/goravel/framework).