Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uselotus/lotus
/ Cache
Interface
Cache
go/event-ingestion/cache/cache.go:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
)
11
12
type
Cache
interface
{
13
Get(key string) (string, error)
14
Set(key string, value
interface
{}, expiration *time.Duration) error
15
}
16
17
type
RedisCache
struct
{
18
rdb *redis.Client
Callers
7
main
Function · 0.65
Get
Method · 0.65
Middleware
Function · 0.65
Set
Method · 0.65
Middleware
Function · 0.65
Middleware
Function · 0.65
posthogTrack
Function · 0.65
Implementers
1
RedisCache
go/event-ingestion/cache/cache.go
Calls
no outgoing calls
Tested by
no test coverage detected