# README
echo-http-cache
forked from https://github.com/SporkHubr/echo-http-cache
# 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
# 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.