Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenStorageKey ¶
Types ¶
type CacheKey ¶ added in v1.0.0
type CacheKey string
CacheKey is the canonical single-key identity shared with the gen store.
type Keyspace ¶ added in v1.0.0
type Keyspace struct {
// contains filtered or unexported fields
}
Keyspace owns the v1 keyspace for one logical namespace.
func NewKeyspace ¶ added in v1.0.0
NewKeyspace precomputes the stable prefixes for one logical namespace.
func (Keyspace) BulkValueSorted ¶ added in v1.0.0
BulkValueSorted returns the provider value key for a bulk entry. sortedKeys must already be sorted in ascending order.
func (Keyspace) SingleCacheKey ¶ added in v1.0.0
func (Keyspace) SingleValueKey ¶ added in v1.0.0
Click to show internal directories.
Click to hide internal directories.