Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemoryCache ¶
type InMemoryCache struct {
// contains filtered or unexported fields
}
func NewInMemoryCache ¶
func NewInMemoryCache(capacity int) *InMemoryCache
type MemcachedCache ¶
type MemcachedCache struct {
// contains filtered or unexported fields
}
func NewMemcachedCache ¶
func NewMemcachedCache(server ...string) *MemcachedCache
type RedisCache ¶
type RedisCache struct {
// contains filtered or unexported fields
}
func NewRedisCache ¶
func NewRedisCache(addr, password string, db int) *RedisCache
Click to show internal directories.
Click to hide internal directories.