Documentation
¶
Overview ¶
Package cache allows to
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 management
func (*Cache) CleanupByPrefix ¶
CleanupByPrefix deletes all cache values with a given key prefix
func (*Cache) CleanupEverything ¶
func (c *Cache) CleanupEverything()
CleanupEverything resets the cache
Click to show internal directories.
Click to hide internal directories.