MCPcopy Create free account
hub / github.com/devfeel/dotweb / Cache

Method Cache

dotweb.go:183–185  ·  view source on GitHub ↗

Cache return cache interface

()

Source from the content-addressed store, hash-verified

181
182// Cache return cache interface
183func (app *DotWeb) Cache() cache.Cache {
184 return app.cache
185}
186
187// SetCache set cache interface
188func (app *DotWeb) SetCache(ca cache.Cache) {

Callers 1

initServerEnvironmentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected