Documentation ¶
Index ¶
- type St
- func (c *St) Del(key string) error
- func (c *St) Get(key string) ([]byte, bool, error)
- func (c *St) GetJsonObj(key string, dst any) (bool, error)
- func (c *St) Keys(pattern string) []string
- func (c *St) Set(key string, value []byte, expiration time.Duration) error
- func (c *St) SetJsonObj(key string, value any, expiration time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.