Documentation
¶
Index ¶
- type Cache
- func (m *Cache) Clear()
- func (m *Cache) Each(f func(key, value string) error) (err error)
- func (m *Cache) Get(key string) (value string, ok bool)
- func (m *Cache) Init()
- func (m *Cache) Load(path string) (err error)
- func (m *Cache) Save(path string)
- func (m *Cache) Set(key, value string, force ...bool)
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.