Cache return cache interface
()
| 181 | |
| 182 | // Cache return cache interface |
| 183 | func (app *DotWeb) Cache() cache.Cache { |
| 184 | return app.cache |
| 185 | } |
| 186 | |
| 187 | // SetCache set cache interface |
| 188 | func (app *DotWeb) SetCache(ca cache.Cache) { |
no outgoing calls
no test coverage detected