Documentation ¶
Overview ¶
Package bigcache is a wrapper of the original "github.com/allegro/bigcache" library.
Only contains basic get, set, delete, and close methods. Data will be encoded to JSON before saving to cache.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is bigcache client.
func NewFromBigCache ¶
NewFromBigCache to create new cache from bigcache.
func NewWithConfig ¶
NewWithConfig to create new cache with bigcache config.
Click to show internal directories.
Click to hide internal directories.