Documentation
¶
Index ¶
- type Cache
- type Config
- type MyCache
- func (c *MyCache) Close() error
- func (c *MyCache) Delete(key string) error
- func (c *MyCache) Exists(key string) (bool, error)
- func (c *MyCache) Get(key string, result interface{}) error
- func (c *MyCache) Invalidate(pattern string) error
- func (c *MyCache) RateLimiter(ip string) (int64, error)
- func (c *MyCache) Set(key string, value interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyCache ¶
type MyCache struct { Config // contains filtered or unexported fields }
func (*MyCache) Invalidate ¶
Click to show internal directories.
Click to hide internal directories.