Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache provides a means of caching headerfilter.Filters in memory to reduce load on an underlying storage mechanism.
func (*Cache) Clear ¶
func (c *Cache) Clear()
Clear will drop the currently loaded filters, triggering a reload on next call to ._Match().
Click to show internal directories.
Click to hide internal directories.