Documentation
¶
Overview ¶
Package store provides utilities to work with a cache store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RefCacher ¶
RefCacher is an interface for caching references.
func NewRefCacher ¶
func NewRefCacher() RefCacher
NewRefCacher returns a new RefCacher. The default implementation is thread-safe.
func NewUnsafeCacher ¶
func NewUnsafeCacher() RefCacher
NewUnsafeCacher returns a new RefCacher that's not thread-safe.
Click to show internal directories.
Click to hide internal directories.