Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CacheManager ¶
func CacheManager(cache *RedisCache, ds datastores.Datastore)
Types ¶
type RedisCache ¶
type RedisCache struct {
// contains filtered or unexported fields
}
func NewRedisCache ¶
func NewRedisCache(host, port, password string) *RedisCache
func (*RedisCache) GenerateCacheKey ¶
func (c *RedisCache) GenerateCacheKey(path string) string
Click to show internal directories.
Click to hide internal directories.