Metadata for the cache.
Summary
Types
@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.