Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthdm/ggcache
/ types & classes
Types & classes
13 in github.com/anthdm/ggcache
⨍
Functions
42
◇
Types & classes
13
Struct
Cache
Cache is a simple in-memory cache implementation. It utilizes a sync.RWMutex for concurrent read and write safety. The cache stores data as byte slice
cache.go:31
Interface
Cacher
Cacher is an interface used for performing caching operations. Applications can implement this interface to integrate different caching managers.
cache.go:11
Struct
Client
example/client/client.go:13
TypeAlias
Command
example/proto/protocol.go:32
Struct
CommandGet
example/proto/protocol.go:119
Struct
CommandJoin
example/proto/protocol.go:94
Struct
CommandSet
example/proto/protocol.go:96
Struct
Options
example/client/client.go:11
Struct
ResponseGet
example/proto/protocol.go:53
Struct
ResponseSet
example/proto/protocol.go:42
Struct
Server
example/server.go:23
Struct
ServerOpts
example/server.go:17
TypeAlias
Status
example/proto/protocol.go:10