package
0.0.0-20231129005948-e2a80a656c5c
Repository: https://github.com/wencan/fastrest.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewCacheMiddleware 创建http.Handler的缓存中间件。 storage 为缓存存储器。 ttlRange 为缓存生存时间区间。 keyGenerator 为缓存key生成器。默认为:DefaultRequestCacheKeyGenerator。 支持简单的常用的HTTP缓存控制。.
# Variables
DefaultRequestCacheKeyGenerator 默认的http.Request缓存key生成器。可覆盖。.
# Type aliases
RequestCacheKeyGenerator 根据http.Request生成缓存key。如果返回空字符串,表示不使用缓存。.