Documentation
¶
Overview ¶
Package cache provides functionality for cache storage
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶ added in v1.1.0
type Option interface {
// contains filtered or unexported methods
}
Option overrides behavior of Archive.
func WithFallbackGenerator ¶ added in v1.1.0
WithFallbackGenerator sets fallback key generator option.
func WithNamespace ¶ added in v1.1.0
WithNamespace sets namespace option.
func WithOverride ¶ added in v1.1.0
WithOverride sets object should be overriten even if it already exists.
Click to show internal directories.
Click to hide internal directories.