Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConstCacheOverTime int64 = 60 * 10 //10 min ConstCacheUpdateTime int64 = 60 * 30 //30 min )
View Source
const (
ConstBigWordHost string = "127.0.0.1:31000"
)
Variables ¶
This section is empty.
Functions ¶
func GetTempData ¶
func GetTempData(identify string) (data interface{})
func SetTempData ¶
func SetTempData(identify string, data interface{})
Types ¶
type TCacheContent ¶
type TCacheContent struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.