con_cache v0.14.0 ConCache.Item 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
Link to this type
t()
View Source
t()
View Source
t() :: %ConCache.Item{
ttl: pos_integer() | :infinity | :renew | :no_update,
value: ConCache.value()
}
t() :: %ConCache.Item{ ttl: pos_integer() | :infinity | :renew | :no_update, value: ConCache.value() }