Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
Store map[string]interface{} `json:"store"`
Key string `json:"key"`
Timeout string `json:"timeout"`
Hash string `json:"hash"`
Check config.CheckList `json:"check"`
ReleaseKey string `json:"releasekey"`
HashFun func(b []byte) string
Cache cache.Cache
// contains filtered or unexported fields
}
func (*Cache) Handler ¶
func (p *Cache) Handler() fasthttp.RequestHandler
func (*Cache) Process ¶
func (p *Cache) Process(h fasthttp.RequestHandler) fasthttp.RequestHandler
Click to show internal directories.
Click to hide internal directories.