Structs§

  • A lease represents a handle to data in the store. The lease will help to keep the data alive in the store. Depending on the policy configured for the store, it may guarantee to keep the data intact for its lifetime, or in some cases, it the store is being thrashed and at capacity, it may have been evicted.
  • Identifies data within the store. This is an (unspecified) hash of the content
  • Represents an individual lease

Enums§

Traits§

Functions§

Type Aliases§