Documentation
¶
Index ¶
- type BigCache
- func (b *BigCache) CacheInstance() store.ItfCache
- func (b *BigCache) Constructor()
- func (b *BigCache) Delete(key string) (err error)
- func (b *BigCache) Get(key string) (data []byte, err error)
- func (b *BigCache) Instance() *bigcache.BigCache
- func (*BigCache) New() *BigCache
- func (b *BigCache) Reset() (err error)
- func (b *BigCache) Set(key string, data []byte) (err error)
- func (b *BigCache) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigCache ¶
type BigCache struct {
// contains filtered or unexported fields
}
BigCache ...
func (*BigCache) CacheInstance ¶
Click to show internal directories.
Click to hide internal directories.