Documentation ¶ Index ¶ type NoopCache func NewNoopCache() *NoopCache func (n *NoopCache) Delete(ctx context.Context, key string) error func (n *NoopCache) Get(ctx context.Context, key string, data interface{}) error func (n *NoopCache) Set(ctx context.Context, key string, data interface{}, ttl time.Duration) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type NoopCache ¶ type NoopCache struct{} func NewNoopCache ¶ func NewNoopCache() *NoopCache func (*NoopCache) Delete ¶ func (n *NoopCache) Delete(ctx context.Context, key string) error func (*NoopCache) Get ¶ func (n *NoopCache) Get(ctx context.Context, key string, data interface{}) error func (*NoopCache) Set ¶ func (n *NoopCache) Set(ctx context.Context, key string, data interface{}, ttl time.Duration) error Source Files ¶ View all Source files noop.go Click to show internal directories. Click to hide internal directories.