package
0.0.0-20250226171102-4db14ec44d68
Repository: https://github.com/cozy/cozy-stack.git
Documentation: pkg.go.dev

# Functions

New instantiate a Cache Client.
NewInMemory instantiates a new in-memory Cache Client.
NewRedis instantiate a new Redis Cache Client.

# Structs

InMemory implementation of the Cache client.
Redis implementation of the cache client.

# Interfaces

Cache is a rudimentary key/value caching store backed by redis.