Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoltStorage ¶
type BoltStorage struct {
// contains filtered or unexported fields
}
func NewBoltStorage ¶
func (*BoltStorage) Contains ¶
func (b *BoltStorage) Contains(uri Uri) bool
type MapStorage ¶
type MapStorage struct {
// contains filtered or unexported fields
}
func NewMapStorage ¶
func NewMapStorage(ttl time.Duration, length int) (*MapStorage, error)
func (*MapStorage) Contains ¶
func (u *MapStorage) Contains(uri Uri) bool
Click to show internal directories.
Click to hide internal directories.