Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache implements a cache for collection data
func New ¶
func New(channelID string, dbProvider api.DBProvider, size int) *Cache
New returns a new collection data cache
func (*Cache) GetMultiple ¶
GetMultiple returns the values for the given keys
Click to show internal directories.
Click to hide internal directories.