View Source ConCache.Item (con_cache v1.1.0)

This struct can be used in place of naked values to set per-item TTL values.

Summary

Types

@type t() :: %ConCache.Item{
  ttl: pos_integer() | :infinity | :renew | :no_update,
  value: ConCache.value()
}