Categorygithub.com/kenshin579/echo-http-cache
modulepackage
0.0.7
Repository: https://github.com/kenshin579/echo-http-cache.git
Documentation: pkg.go.dev

# README

# Packages

No description provided by the author

# Functions

Cache returns a cache middleware e := echo.New() ..
CacheWithConfig returns a cache middleware */.
No description provided by the author
No description provided by the author
NewCacheRedisClusterWithConfig initializes Redis adapter.
No description provided by the author

# Constants

LFU is the constant for Least Frequently Used.
LRU is the constant for Least Recently Used.
MFU is the constant for Most Frequently Used.
MRU is the constant for Most Recently Used.

# Variables

DefaultCacheConfig defines default values for CacheConfig.
DefaultCacheMemoryStoreConfig provides default configuration values for CacheMemoryStoreConfig.

# Structs

No description provided by the author
No description provided by the author
CacheMemoryStoreConfig represents configuration for CacheMemoryStoreConfig.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

Algorithm is the string type for caching algorithms labels.