Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitCachingSystem ¶
func InitCachingSystem(c *config.Config) (*[]CacheHandler, error)
Types ¶
type CacheHandler ¶
type SqliteHandler ¶
type SqliteHandler struct { FileName string ExpireAgeinSecond int // contains filtered or unexported fields }
func (*SqliteHandler) CleanUp ¶
func (s *SqliteHandler) CleanUp() (int64, error)
func (*SqliteHandler) Close ¶
func (s *SqliteHandler) Close() error
func (*SqliteHandler) Init ¶
func (s *SqliteHandler) Init() error
Click to show internal directories.
Click to hide internal directories.