Documentation
¶
Index ¶
- type Cache
- func (c *Cache) AddTag(tag ...string) *Cache
- func (c *Cache) Del(ctx context.Context, key string) error
- func (c *Cache) Flush(ctx context.Context) error
- func (c *Cache) Get(ctx context.Context, key string, val interface{}) error
- func (c *Cache) Set(ctx context.Context, key string, val interface{}) error
- func (c *Cache) Tag(tag ...string) *Cache
- type Option
- type Options
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 Cache
func NewCluster ¶
NewCluster NewCluster
Click to show internal directories.
Click to hide internal directories.