nosql-databasesdatabases
go-cache-caching
Implement caching in Go applications using agentable/go-cache with type-safe generics, pluggable stores, and multi-layer support. Use when adding caching to a service, configuring cache stores (memory, Redis, SQLite, PostgreSQL), setting up multi-layer caching, implementing loader patterns, or choosing codecs.
maintainer
kaptinlin
更新於 3/30/2026
星標
19
分支
1
quick start
Installation and usage
Implement caching in Go applications using agentable/go-cache with type-safe generics, pluggable stores, and multi-layer support. Use when adding caching to a service, configuring cache stores (memory, Redis, SQLite, PostgreSQL), setting up multi-layer caching, implementing loader patterns, or choosing codecs.
安裝
$ install --globalskills.sh
使用
安裝後,您可以通過在終端運行以下命令來使用此技能:
skills use go-cache-caching