Documentation
¶
Index ¶
- type Cache
- func (c *Cache) Get(ctx context.Context, key string) (string, error)
- func (c *Cache) GetV(ctx context.Context, key string, value any) error
- func (c *Cache) Set(ctx context.Context, key string, value any) error
- func (c *Cache) SetWithTimeout(ctx context.Context, key string, value any, timeout time.Duration) error
- type Config
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
}
Click to show internal directories.
Click to hide internal directories.