Documentation
¶
Index ¶
Constants ¶
View Source
const (
PluginType = "cache"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Args ¶
type Args struct {
Size int `yaml:"size"`
Redis string `yaml:"redis"`
RedisTimeout int `yaml:"redis_timeout"`
LazyCacheTTL int `yaml:"lazy_cache_ttl"`
LazyCacheReplyTTL int `yaml:"lazy_cache_reply_ttl"`
CacheEverything bool `yaml:"cache_everything"`
CompressResp bool `yaml:"compress_resp"`
WhenHit string `yaml:"when_hit"`
}
Click to show internal directories.
Click to hide internal directories.