Documentation ¶
Index ¶
- type Cache
- func (c *Cache) CreateKeys(ctx context.Context, cks ...cookie.Keys) error
- func (c *Cache) DeleteKeys(ctx context.Context, f cookie.FilterKeys) error
- func (c *Cache) ReadKeys(ctx context.Context, f cookie.FilterKeys) ([]cookie.Keys, error)
- func (c *Cache) RotateKeys(ctx context.Context, ck cookie.Keys, size int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
func (*Cache) CreateKeys ¶
CreateKeys implementation for CookieKeys in redis.
func (*Cache) DeleteKeys ¶
DeleteKeys implementation for CookieKeys in redis.
Click to show internal directories.
Click to hide internal directories.