Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliasCache ¶
type AliasCache struct {
// contains filtered or unexported fields
}
func NewAliasCache ¶
func NewAliasCache() *AliasCache
type TemplateCache ¶
type TemplateCache struct {
// contains filtered or unexported fields
}
func NewTemplateCache ¶
func NewTemplateCache(db *db.DB) *TemplateCache
func (*TemplateCache) Invalidate ¶
func (c *TemplateCache) Invalidate(templateID string)
Invalidate invalidates the cache for the given templateID
type TemplateInfo ¶
type TemplateInfo struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.