Documentation ¶
Index ¶
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 encapsulates a Redis-based caching mechanism, driven by go-redis/redis/v7.
func (*Cache) Get ¶
Get executes a lookup and returns whether a key exists in the cache along with its value.
Click to show internal directories.
Click to hide internal directories.