ConCache.Item (con_cache v1.0.0) View Source
This struct can be used in place of naked values to set per-item TTL values.
Link to this section Summary
Link to this section Types
Specs
t() :: %ConCache.Item{
ttl: pos_integer() | :infinity | :renew | :no_update,
value: ConCache.value()
}