diff --git a/govue/govue.go b/govue/govue.go index 5ec7870..8eec534 100644 --- a/govue/govue.go +++ b/govue/govue.go @@ -206,9 +206,6 @@ func (gv *GoVue) LoadStaticResources(request *http.Request, goExtDataS ...interf return } if filepath.Ext(filePath) != ".html" && filepath.Ext(filePath) != ".vue" { - if gv.CacheSec > 0 { - SetCache(cacheKey, string(result), gv.CacheSec) - } return }