Documentation ¶
Index ¶
- type FreeCache
- func (s *FreeCache) Delete(key string) error
- func (s *FreeCache) Get(key string, i interface{}) error
- func (s *FreeCache) GetInt(key string) (int, error)
- func (s *FreeCache) GetStr(key string) (string, error)
- func (s *FreeCache) Inc(key string, val int) error
- func (s *FreeCache) Initial()
- func (s *FreeCache) Set(key string, val interface{}, exp time.Duration) error
- func (s *FreeCache) SetExp(key string, exp time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.