Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct { Self string `json:"self,omitempty"` Peers []string `json:"peers,omitempty"` MaxSize int64 `json:"max_size,omitempty"` // contains filtered or unexported fields }
Cache implements a simple distributed cache.
func (Cache) CaddyModule ¶
func (Cache) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
Click to show internal directories.
Click to hide internal directories.