Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheOptions ¶
type CacheOptions struct {
UseCache bool `default:"false" name:"cache.activate" desc:"Activate the cache."`
InfoJSON bool `default:"true" name:"cache.infojson" desc:"Cache info.json responses."`
Tiles bool `default:"true" name:"cache.tiles" desc:"Cache tiles."`
Size int `default:"128" name:"cache.size" desc:"The size of the cache in MB."`
}
type FastCache ¶
func NewFastCache ¶
Click to show internal directories.
Click to hide internal directories.