Cache

Cache is a lightweight, flexible, and efficient caching library for Go, designed to support multiple backends, including in-memory, file-based, and Redis. It provides a unified interface for caching operations, making it simple to switch between storage solutions without changing your application logic.

Whether you need a fast, ephemeral cache for high-performance applications or a persistent cache for long-term storage, this library has you covered.

With a focus on simplicity and ease of use, Cache enables developers to manage cached data effortlessly, improving application performance and reducing latency.

This package implements github.com/gouef/standards.

Static Badge

GoDoc GitHub stars Go Report Card codecov

Versions

Stable Version GitHub Release GitHub Release

Installation

To use this package in your project, add it using Go modules:

go get -u github.com/gouef/cache

Usages

Contributing

Read Contributing

Contributors

JanGalek actions-user