Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigCacheClient ¶
type BigCacheStore ¶
type BigCacheStore struct {
// contains filtered or unexported fields
}
func (*BigCacheStore) Clear ¶
func (s *BigCacheStore) Clear() error
func (*BigCacheStore) Delete ¶
func (s *BigCacheStore) Delete(key string) error
type Cache ¶
func NewBigCache ¶
Creates a new Cache using BigCache Requires a BigCache config that can be created with bigcache.DefaultConfig(n*time.Minute)
type RedisClient ¶
type RedisStore ¶
type RedisStore struct {
// contains filtered or unexported fields
}
func (*RedisStore) Clear ¶
func (s *RedisStore) Clear() error
func (*RedisStore) Delete ¶
func (s *RedisStore) Delete(key string) error
Click to show internal directories.
Click to hide internal directories.