Documentation ¶
Index ¶
- type Cache
- func (c *Cache) Delete(_ context.Context, key string) error
- func (c *Cache) DeleteKeys(_ context.Context, keys []string) error
- func (c *Cache) Get(_ context.Context, key string) ([]byte, error)
- func (c *Cache) Keys(_ context.Context) ([]string, error)
- func (c *Cache) Put(_ context.Context, key string, data []byte) error
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 implements autocert.Cache
func (*Cache) DeleteKeys ¶ added in v0.1.2
DeleteKeys deletes a list of cached entries.
Click to show internal directories.
Click to hide internal directories.