Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptedCache ¶
type EncryptedCache struct {
// contains filtered or unexported fields
}
func NewEncryptedCache ¶
func NewEncryptedCache(key []byte, next autocert.Cache) (*EncryptedCache, error)
func (*EncryptedCache) Close ¶ added in v1.38.0
func (c *EncryptedCache) Close() error
func (*EncryptedCache) Delete ¶
func (c *EncryptedCache) Delete(ctx context.Context, key string) error
type LocalCertCache ¶
type LocalCertCache struct {
// contains filtered or unexported fields
}
func NewLocalCertCache ¶
func NewLocalCertCache(next autocert.Cache, ttl time.Duration) *LocalCertCache
func (*LocalCertCache) Close ¶ added in v1.38.0
func (cc *LocalCertCache) Close() error
func (*LocalCertCache) Delete ¶
func (cc *LocalCertCache) Delete(ctx context.Context, key string) error
type RedisCache ¶
type RedisCache struct {
// contains filtered or unexported fields
}
func NewRedisCache ¶
func NewRedisCache(r CmdableCloser, prefix string) *RedisCache
func RedisCacheFromURL ¶
func RedisCacheFromURL(url string, prefix string) (*RedisCache, error)
func RedisClusterCacheFromURL ¶
func RedisClusterCacheFromURL(url string, prefix string) (*RedisCache, error)
func (*RedisCache) Close ¶ added in v1.38.0
func (r *RedisCache) Close() error
Click to show internal directories.
Click to hide internal directories.