Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vulcand/vulcand
/ T
Interface
T
plugin/cacheprovider/CacheProvider.go:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"golang.org/x/crypto/acme/autocert"
4
5
type
T
interface
{
6
GetAutoCertCache() autocert.Cache
7
}
Callers
84
New
Function · 0.65
CfgWithStats
Method · 0.80
syncServers
Function · 0.80
AppendRTMTo
Method · 0.80
Update
Method · 0.95
BackendKey
Method · 0.45
UpsertFrontend
Method · 0.45
DeleteFrontend
Method · 0.45
UpsertFrontend
Method · 0.80
DeleteFrontend
Method · 0.80
ServeHTTP
Method · 0.45
UpsertBackend
Method · 0.80
Implementers
4
noOpCacheProvider
plugin/cacheprovider/NoOpCacheProvider
etcdv3CacheProvider
plugin/cacheprovider/EtcdV3CacheProvid
memCacheProvider
plugin/cacheprovider/MemCacheProvider.
etcdv2CacheProvider
plugin/cacheprovider/EtcdV2CacheProvid
Calls
no outgoing calls
Tested by
no test coverage detected