package
1.0.0-alpha.2
Repository: https://github.com/golevi/cache-handler.git
Documentation: pkg.go.dev

# README

Cache Stores

# Functions

NewFileStore uses `caddy.AppDataDir()` to get a location to store the cached files.
NewRedisStore creates a new RedisStore.

# Structs

FileStore uses the local filesystem.
RedisStore uses Redis.

# Interfaces

CacheStore represents a way to cache.