Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicCache ¶
type BasicCache struct {
// contains filtered or unexported fields
}
func NewBasicCache ¶
func NewBasicCache() BasicCache
func (*BasicCache) Get ¶
func (bc *BasicCache) Get(_ context.Context, key string) (*gocondcache.CacheItem, error)
func (*BasicCache) Set ¶
func (bc *BasicCache) Set(_ context.Context, key string, item *gocondcache.CacheItem) error
Click to show internal directories.
Click to hide internal directories.