Versions in this module Expand all Collapse all v1 v1.1.0 Jan 28, 2021 v1.0.0 Aug 6, 2020 Changes in this version + func GetCachedIndex() (*model.Cache, error) + func GetCachedPost(id uint64) (*model.Cache, error) + func GetCachedThread(id uint64) (*model.Cache, error) + func SetCachedIndex(status int, data []model.Post) error + func SetCachedPost(id uint64, status int, data *model.Post) error + func SetCachedThread(id uint64, status int, data []model.Post) error