Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { AddHeaders(header http.Header) AddProjectHeaders(header http.Header, project maven.Identifier) LogHandler() macaron.Handler PurgeAll() bool PurgeProject(project maven.Identifier) bool }
type FastlyCache ¶
func (*FastlyCache) AddHeaders ¶
func (c *FastlyCache) AddHeaders(header http.Header)
func (*FastlyCache) AddProjectHeaders ¶
func (c *FastlyCache) AddProjectHeaders(header http.Header, project maven.Identifier)
func (*FastlyCache) PurgeProject ¶
func (c *FastlyCache) PurgeProject(project maven.Identifier) bool
Click to show internal directories.
Click to hide internal directories.