package
Version:
v1.7.3
Opens a new window with list of versions in this module.
Published: Aug 18, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (c *Lazy) ForceLoad() (interface{}, error)
强制重新加载数据
func (c *Lazy) Get() interface{}
获取数据,如果没有缓存则返回nil
func (c *Lazy) StopAutoRefresh()
停止自动刷新
type LazyFunc func() (interface{}, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.