package
1.0.1
Repository: https://github.com/cognusion/imageserver.git
Documentation: pkg.go.dev

# Packages

Package file provides a disk based cache.
Package groupcache provides a groupcache imageserver.Server implementation.
Package memcache provides a Memcache imageserver/cache.Cache implementation.
Package memory provides an in-memory imageserver/cache.Cache implementation.
Package redis provides a Redis imageserver/cache.Cache implementation.

# Functions

NewParamsHashKeyGenerator returns a new KeyGenerator that hashes the Params.

# Structs

Async is an asynchronous Cache implementation.
Func is a Cache implementation that forwards calls to user defined functions.
IgnoreError is a Cache implementation that ignores error from the underlying Cache.
PrefixKeyGenerator is a KeyGenerator implementation that adds a prefix to the key.
Server is a imageserver.Server implementation that supports a Cache.

# Interfaces

Cache represents an Image cache.
KeyGenerator represents a Cache key generator.

# Type aliases

KeyGeneratorFunc is a KeyGenerator func.