Nebulex.Adapters.DiskLFU.Meta (Nebulex.Adapters.DiskLFU v3.0.0)

Copy Markdown View Source

Metadata for the cache.

Summary

Types

t()

Metadata structure for the cache.

Types

t()

@type t() :: %Nebulex.Adapters.DiskLFU.Meta{
  access_count: non_neg_integer(),
  checksum: binary(),
  expires_at: timeout(),
  inserted_at: non_neg_integer(),
  key: String.t(),
  last_accessed_at: non_neg_integer(),
  metadata: map(),
  size_bytes: non_neg_integer()
}

Metadata structure for the cache.